Changeset 7151 for trunk/MagicSoft/Mars/mhflux/MHThetaSq.h
- Timestamp:
- 06/13/05 10:20:58 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHThetaSq.h
r7147 r7151 24 24 25 25 Bool_t SetupFill(const MParList *pl); 26 void InitMapping(MHMatrix *mat, Int_t type=0);27 26 28 27 // MParContainer … … 31 30 public: 32 31 MHThetaSq(const char *name=NULL, const char *title=NULL); 32 33 void InitMapping(MHMatrix *mat, Int_t type=0); 33 34 34 35 void SetNumBinsSignal(UInt_t n) { fNumBinsSignal=TMath::Max(n, 1U); }
Note:
See TracChangeset
for help on using the changeset viewer.