PandaRoot
PndTrkCategorizeStt.h
Go to the documentation of this file.
1 #ifndef PndTrkCategorizeStt_H
2 #define PndTrkCategorizeStt_H 1
3 
4 #include "TClonesArray.h"
5 
7 
8  public:
11 
13  virtual ~PndTrkCategorizeStt();
14 
15  void CategorizeStt(
16  // in this geametry there are 4542 Stt Straws (axial and skew);
17  const Short_t NUMBER_STRAWS, // number of Stt Straws in total;
18  TClonesArray *SttTubeArray, // input; array of the Stt tubes;
19  Short_t &nAxialOuterRight, // output; number of axial Stt, outer, on the right (looking into the beam);
20  Short_t &nAxialInnerRight, // output; number of axial Stt, inner, on the right (looking into the beam);
21  Short_t &nAxialOuterLeft, // output; number of axial Stt, outer, on the left (looking into the beam);
22  Short_t &nAxialInnerLeft, // output; number of axial Stt, inner, on the left (looking into the beam);
23 
24  Short_t *ListAxialOuterRight, // output; list of axial Stt, outer, on the right (looking into the beam);
25  Short_t *ListAxialInnerRight, // output; list of axial Stt, inner, on the lright (looking into the beam);
26  Short_t *ListAxialOuterLeft, // output; list of axial Stt, outer, on the left (looking into the beam);
27  Short_t *ListAxialInnerLeft, // output; list of axial Stt, inner, on the left (looking into the beam);
28 
29  Short_t &nSkewRight, // output; number of skew Stt, on the right (looking into the beam);
30  Short_t &nSkewLeft, // output; number of skew Stt, on the right (looking into the beam);
31  Short_t *ListSkewRight, // output; list of axial Stt, inner, on the lright (looking into the beam);
32  Short_t *ListSkewLeft // output; list of axial Stt, outer, on the left (looking into the beam);
33  );
34 
36 };
37 
38 #endif
void CategorizeStt(const Short_t NUMBER_STRAWS, TClonesArray *SttTubeArray, Short_t &nAxialOuterRight, Short_t &nAxialInnerRight, Short_t &nAxialOuterLeft, Short_t &nAxialInnerLeft, Short_t *ListAxialOuterRight, Short_t *ListAxialInnerRight, Short_t *ListAxialOuterLeft, Short_t *ListAxialInnerLeft, Short_t &nSkewRight, Short_t &nSkewLeft, Short_t *ListSkewRight, Short_t *ListSkewLeft)
virtual ~PndTrkCategorizeStt()
ClassDef(PndTrkCategorizeStt, 1)