Changeset 6982 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 04/28/05 11:01:30 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MMultiDimDistCalc.cc
r6981 r6982 58 58 #include "MDataArray.h" 59 59 60 #include "M Hadronness.h"60 #include "MParameters.h" 61 61 62 62 ClassImp(MMultiDimDistCalc); -
trunk/MagicSoft/Mars/manalysis/MMultiDimDistCalc.h
r2206 r6982 9 9 class MParList; 10 10 class MDataArray; 11 class M Hadronness;11 class MParameterD; 12 12 13 13 class MMultiDimDistCalc : public MTask … … 19 19 TString fHadronnessName; // Name of container storing hadronness 20 20 21 MHMatrix *fMGammas; //! Gammas describing matrix22 MHMatrix *fMHadrons; //! Hadrons (non gammas) describing matrix21 MHMatrix *fMGammas; //! Gammas describing matrix 22 MHMatrix *fMHadrons; //! Hadrons (non gammas) describing matrix 23 23 24 M Hadronness*fHadronness; //! Output container for calculated hadroness24 MParameterD *fHadronness; //! Output container for calculated hadroness 25 25 26 MDataArray *fData; //! Used to store the MDataChains to get the event values26 MDataArray *fData; //! Used to store the MDataChains to get the event values 27 27 28 28 void StreamPrimitive(ofstream &out) const; … … 32 32 public: 33 33 MMultiDimDistCalc(const char *name=NULL, const char *title=NULL); 34 ~MMultiDimDistCalc();35 34 36 35 void SetHadronnessName(const TString name) { fHadronnessName = name; }
Note:
See TracChangeset
for help on using the changeset viewer.