Ignore:
Timestamp:
05/21/04 17:28:02 (20 years ago)
Author:
rico
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/library/MSrcPlace.h

    r4094 r4117  
    66#endif
    77
    8 class MDCA;
    98class MSrcPosCam;
    109class TH2F;
     
    1817  MSrcPosCam*  fSrcPosIn;       //  Pointer to the input source position container
    1918  MSrcPosCam*  fSrcPosOut;      //  Pointer to the output source position container
    20   MDCA*        fDCA;            //  Pointer to the output MDCA container
    2119 
    2220  TString      fSrcPosInName;   //  Name of the input MSrcPosCam object
    2321  TString      fSrcPosOutName;  //  Name of the output MSrcPosCam object
    24   TString      fDCAName;        //  Name of the MDCA object
    2522
    2623  TString      fHistoName;      //  Name of internal histogram
     
    4239 public:
    4340  MSrcPlace(const char* srcin="MSrcPosCam",const char* srcout="MSrcPosCam",
    44             const char* dcaout="MDCA",
    4541            const char* name=NULL, const char* title=NULL);
    4642
     
    5046  void SetInputSrcPosName(TString name)     {fSrcPosInName=name;}
    5147  void SetOutputSrcPosName(TString name)    {fSrcPosOutName=name;}
    52   void SetDCAName(TString name)             {fDCAName=name;}
    5348  void SetInternalHistoName(TString name)   {fHistoName=name;}
    5449  void SetInternalHistoBinSize(Float_t size){fHistoBinPrec=size;}
     
    5954  MSrcPosCam*   GetInputSrcPosCam()    {return fSrcPosIn;}
    6055  MSrcPosCam*   GetOutputSrcPosCam()   {return fSrcPosOut;}
    61   MDCA*         GetDCA()               {return fDCA;}
    6256  TString       GetInternalHistoName() {return fHistoName;}
    6357 
Note: See TracChangeset for help on using the changeset viewer.