]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITS.h
Removing obsolete macros
[u/mrichter/AliRoot.git] / ITS / AliITS.h
1 #ifndef ALIITS_H
2 #define ALIITS_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7
8 ////////////////////////////////////////////////////////////////////////
9 //           Manager class for set: ITS                               //
10 ////////////////////////////////////////////////////////////////////////
11
12 #include <TObjArray.h> // used in inline function GetModule.
13 #include <TBranch.h>   // used in inline function SetHitsAddressBranch
14
15 #include "AliRun.h"
16 #include "AliDetector.h"
17 #include "AliITSDetType.h"
18
19 class TString;
20 class TTree;
21 class TFile;
22
23 //class AliITSDetType;
24 class AliITSsimulation;
25 class AliITSClusterFinder;
26 class AliITSsegmentation;
27 class AliITSresponse;
28 class AliITShit;
29 class AliITSgeom;
30 class AliITSpListItem;
31 class AliITSdigit;
32 class AliITSRecPoint;
33 class AliITSRawCluster;
34 class AliITSmodule;
35
36 const Int_t kNTYPES=3;
37
38 class AliITS : public AliDetector {
39
40  public:
41     //================= Standard Classes ===============================
42     AliITS();  // Default creator.
43     AliITS(const char *name, const char *title); // standard Creator
44     virtual ~AliITS(); // destructor
45     AliITS(AliITS &source); // copy constructor. Not to be used!
46     AliITS& operator=(AliITS &source); // = operator. Not to be used!
47     virtual Int_t IsVersion() const {return 1;}
48     virtual Int_t DistancetoPrimitive(Int_t px, Int_t py);
49
50     //===================== Simulation Geometry ========================
51     // get geometry version - detailed (major) or coarse (minor)
52     virtual Int_t GetMajorVersion(){return -1;}
53     virtual Int_t GetMinorVersion(){return -1;}
54     virtual void  GetGeometryVersion(Int_t &a,Int_t &b) 
55                            {a = GetMajorVersion();b=GetMinorVersion();return;}
56     virtual void  SetEUCLID(Bool_t euclid=1) {fEuclidOut = euclid;}
57     //-------------------- Geometry Transformations --------------------
58     // ITS geometry functions
59     AliITSgeom   *GetITSgeom() const {return fITSgeom;}
60     // Sets ITS geometry ! be very careful using this function.
61     void   SetITSgeom(AliITSgeom *geom) {fITSgeom = geom;}
62     // return pointer to the array of modules
63     TObjArray    *GetModules() const {return fITSmodules;}
64     // return pointer to a particular module
65     AliITSmodule *GetModule(Int_t index) {return (AliITSmodule *)
66                                               (fITSmodules->At(index));}
67
68     //================ Nessesary general Classes =======================
69     virtual void Init();
70     virtual void SetDefaults();
71     virtual void SetDefaultSimulation();
72     virtual void SetDefaultClusterFinders();
73     virtual void MakeBranch(Option_t *opt=" ", const char *file=0);
74     virtual void SetTreeAddress();
75     // For a give branch from the treeH sets the TClonesArray address.
76     virtual void SetHitsAddressBranch(TBranch *b){b->SetAddress(&fHits);}
77     // Return pointer to DetType #id
78     AliITSDetType *DetType(Int_t id);
79     //Int_t           NDetTypes() {return fNDetTypes;}
80     //---------- Configuration Methods (per detector type) -------------
81     // Determines which ITS subdetectors will be processed. Effects
82     // digitization, and Reconstruction only.
83     void SetDetectors(Option_t *opt="All"){fOpt = opt;}
84     // Returns the list of ITS subdetectors that will be processed.
85     Option_t* GetDetectors(){return fOpt;}
86     // Set response 
87     virtual void SetResponseModel(Int_t id, AliITSresponse *response);
88     // Set segmentation 
89     virtual void SetSegmentationModel(Int_t id, AliITSsegmentation *seg);
90     // Set simulation - temporary 
91     virtual void SetSimulationModel(Int_t id, AliITSsimulation *sim);
92     // Set simulation - temporary 
93     virtual AliITSsimulation* GetSimulationModel(Int_t id){
94         return ((AliITSDetType*)(fDetTypes->At(id)))->GetSimulationModel();}
95     // Set reconstruction 
96     virtual void SetReconstructionModel(Int_t id, AliITSClusterFinder *rec);
97     // Set class names for digit and rec point 
98     virtual void SetClasses(Int_t id, const char *digit, const char *cluster);
99
100     //=================== Hits =========================================
101     virtual void StepManager() {} // See Step Manager for specific geometry.
102     virtual void AddHit(Int_t track, Int_t *vol, Float_t *hits);
103     //------------ sort hits by module for Digitisation ----------------
104     virtual void InitModules(Int_t size,Int_t &nmodules);  
105     virtual void FillModules(TTree *treeH, Int_t mask = 0);
106     virtual void FillModules(Int_t evnt,Int_t bgrev,Int_t nmodules,
107                              Option_t *opt,Text_t *filename);
108     virtual void ClearModules();
109
110     //===================== Digitisation ===============================
111     void MakeBranchS(const char *file);
112     void SetTreeAddressS(TTree *treeS);
113     TClonesArray * GetSDigits() { return fSDigits; }
114     void MakeBranchInTreeD(TTree *treeD,const char *file=0);
115     void MakeBranchD(const char *file){
116         MakeBranchInTreeD(gAlice->TreeD(),file);}
117     void SetTreeAddressD(TTree *treeD);
118     void Hits2SDigits(); // Turn hits into SDigits
119     void Hits2PreDigits(); // Turn hits into SDigits
120     void SDigits2Digits(){SDigitsToDigits("All");} // Turn SDigits to Digits
121     void SDigitsToDigits(Option_t *opt="All"); // Turn SDigits to Digits
122     void Hits2Digits(); // Turn hits straight into Digits.
123     //------------------ Internal functions ----------------------------
124     // Standard Hits To SDigits function
125     void HitsToSDigits(Int_t evNumber,Int_t bgrev,Int_t size,
126                  Option_t *add, Option_t *det, Text_t *filename);
127     // Standard Hits To SDigits function
128     void HitsToPreDigits(Int_t evNumber,Int_t bgrev,Int_t size,
129                  Option_t *add, Option_t *det, Text_t *filename);
130     // Standard Hits To Digits function
131     void HitsToDigits(Int_t evNumber,Int_t bgrev,Int_t size,
132                  Option_t *add, Option_t *det, Text_t *filename);
133     void ResetSDigits();                  // Resets the Summable digits.
134     void ResetDigits();                   // depending on how the
135     void ResetDigits(Int_t branch);       // tree will be filled only
136     void AddSumDigit(AliITSpListItem &sdig);
137     void AddRealDigit(Int_t branch, Int_t *digits);
138     void AddSimDigit(Int_t branch, AliITSdigit *d);
139     void AddSimDigit(Int_t branch,Float_t phys,Int_t* digits,
140                      Int_t* tracks,Int_t *hits,Float_t* trkcharges);
141     // Return pointers to digits 
142     TObjArray    *Dtype() {return fDtype;}
143     Int_t        *Ndtype() {return fNdtype;}
144     TClonesArray *DigitsAddress(Int_t id)
145         {return ((TClonesArray *) (*fDtype)[id]);}
146
147     //===================== Raw Data IO ================================
148     // Write digits into raw data format
149     virtual void Digits2RawData() {}
150     // Decode raw data and store digits
151     virtual void RawData2Digits() {}
152
153     //==================== Clusterization ==============================
154     // create separate tree for clusters - declustering refining
155     void MakeTreeC(Option_t *option="C");
156     void GetTreeC(Int_t event);
157     void AddCluster(Int_t branch, AliITSRawCluster *c);
158     void ResetClusters();                 // one of the methods in 
159     void ResetClusters(Int_t branch);     // the pair will be kept
160     // Return pointer to the tree of clusters
161     TTree        *TreeC() {return fTreeC;}
162     // Return pointers to clusters 
163     TObjArray    *Ctype() {return fCtype;}
164     Int_t        *Nctype() {return fNctype;}
165     TClonesArray *ClustersAddress(Int_t id) 
166                    {return ((TClonesArray *) (*fCtype)[id]);}
167
168     //=================== Reconstruction ===============================
169     void MakeBranchR(const char *file, Option_t *opt=" ");
170     void MakeBranchRF(const char *file){MakeBranchR(file,"Fast");}
171     void SetTreeAddressR(TTree *treeR);
172     void AddRecPoint(const AliITSRecPoint &p);
173     void HitsToFastRecPoints(Int_t evNumber,Int_t bgrev,Int_t size,
174                  Option_t *add, Option_t *det, Text_t *filename);
175     void Digits2Reco();
176     void DigitsToRecPoints(Int_t evNumber,Int_t lastEntry,Option_t *det);
177     void ResetRecPoints();
178     // Return pointer to rec points 
179     TClonesArray  *RecPoints()   {return fRecPoints;}
180
181  protected:
182     //================== Data Members ==================================
183     AliITSgeom   *fITSgeom;    // Pointer to ITS geometry
184     Bool_t        fEuclidOut;  // Flag to write geometry in euclid format
185     TObjArray    *fITSmodules; //! Pointer to ITS modules
186     Option_t     *fOpt;        //! Detector option ="All" unless changed.
187
188     Int_t         fIdN;        // the number of layers
189     Int_t        *fIdSens;     //[fIdN] layer identifier
190     TString      *fIdName;     //[fIdN] layer identifier
191
192     Int_t         fNDetTypes;  // Number of detector types
193     TObjArray    *fDetTypes;   // List of detector types
194
195     TClonesArray  *fSDigits;    // List of Summable digits.
196     Int_t         fNSDigits;   // Number of Summable Digits.
197
198     TObjArray    *fDtype;      // List of digits
199     Int_t        *fNdtype;     //[fNDetTypes] Num. of digits per type of det. 
200
201     TObjArray    *fCtype;      // List of clusters
202     Int_t        *fNctype;     //[fNDetTypes] Num. of clust. per type of det.
203     TTree        *fTreeC;      //! Tree for raw clusters
204
205     TClonesArray *fRecPoints;  // List of reconstructed points
206     Int_t         fNRecPoints; // Number of rec points
207
208     ClassDef(AliITS,2) // Base class for ITS
209 };
210
211 #endif