Changeset 7130 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 06/03/05 18:02:36 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MMultiDimDistCalc.h
r6982 r7130 19 19 TString fHadronnessName; // Name of container storing hadronness 20 20 21 MHMatrix *fMGammas; 22 MHMatrix *fMHadrons; 21 MHMatrix *fMGammas; //! Gammas describing matrix 22 MHMatrix *fMHadrons; //! Hadrons (non gammas) describing matrix 23 23 24 24 MParameterD *fHadronness; //! Output container for calculated hadroness 25 25 26 MDataArray *fData; 26 MDataArray *fData; //! Used to store the MDataChains to get the event values 27 27 28 void StreamPrimitive(ofstream &out) const;28 void StreamPrimitive(ofstream &out) const; 29 29 Int_t PreProcess(MParList *plist); 30 30 Int_t Process();
Note:
See TracChangeset
for help on using the changeset viewer.