Changeset 4117 for trunk/MagicSoft/Mars/mtemp/mifae/library/MSrcPlace.h
- Timestamp:
- 05/21/04 17:28:02 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/library/MSrcPlace.h
r4094 r4117 6 6 #endif 7 7 8 class MDCA;9 8 class MSrcPosCam; 10 9 class TH2F; … … 18 17 MSrcPosCam* fSrcPosIn; // Pointer to the input source position container 19 18 MSrcPosCam* fSrcPosOut; // Pointer to the output source position container 20 MDCA* fDCA; // Pointer to the output MDCA container21 19 22 20 TString fSrcPosInName; // Name of the input MSrcPosCam object 23 21 TString fSrcPosOutName; // Name of the output MSrcPosCam object 24 TString fDCAName; // Name of the MDCA object25 22 26 23 TString fHistoName; // Name of internal histogram … … 42 39 public: 43 40 MSrcPlace(const char* srcin="MSrcPosCam",const char* srcout="MSrcPosCam", 44 const char* dcaout="MDCA",45 41 const char* name=NULL, const char* title=NULL); 46 42 … … 50 46 void SetInputSrcPosName(TString name) {fSrcPosInName=name;} 51 47 void SetOutputSrcPosName(TString name) {fSrcPosOutName=name;} 52 void SetDCAName(TString name) {fDCAName=name;}53 48 void SetInternalHistoName(TString name) {fHistoName=name;} 54 49 void SetInternalHistoBinSize(Float_t size){fHistoBinPrec=size;} … … 59 54 MSrcPosCam* GetInputSrcPosCam() {return fSrcPosIn;} 60 55 MSrcPosCam* GetOutputSrcPosCam() {return fSrcPosOut;} 61 MDCA* GetDCA() {return fDCA;}62 56 TString GetInternalHistoName() {return fHistoName;} 63 57
Note:
See TracChangeset
for help on using the changeset viewer.