- Timestamp:
- 02/13/13 10:48:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mmuon/MMuonSearchParCalc.h
r14896 r14915 19 19 MMuonSearchPar *fMuonPar; //! Pointer to the output container for the new image parameters 20 20 21 Bool_t fUseFactAlgorithm;22 23 21 Int_t PreProcess(MParList *plist); 24 22 Int_t Process(); … … 27 25 MMuonSearchParCalc(const char *name=NULL, const char *title=NULL); 28 26 29 void SetUseFactAlgorithm(Bool_t b=kTRUE) { fUseFactAlgorithm = kTRUE; }30 31 27 ClassDef(MMuonSearchParCalc, 0) // task to calculate muon parameters 32 28 };
Note:
See TracChangeset
for help on using the changeset viewer.