Changeset 7009 for trunk/MagicSoft/Mars/mmuon/MHMuonPar.h
- Timestamp:
- 05/10/05 14:41:37 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmuon/MHMuonPar.h
r6979 r7009 19 19 { 20 20 private: 21 TH1F fHistRadius; // 22 TH1F fHistArcWidth; // 21 TH1F fHistRadius; // Radius 22 TH1F fHistArcWidth; // ArcWidth 23 23 24 TProfile fHistBroad; // Ar ea of used pixels25 TProfile fHistSize; // [ratio] concentration ratio: sum of the two highest pixels / fSize24 TProfile fHistBroad; // ArcWidth/Radius Vs Radius 25 TProfile fHistSize; // MuonSize Vs Radius 26 26 27 27 MMuonSearchPar *fMuonSearchPar; //! … … 36 36 Bool_t Fill(const MParContainer *par, const Stat_t w=1); 37 37 38 //TH1 *GetHistByName(const TString name);39 40 38 const TH1F& GetHistRadius() const { return fHistRadius; } 41 39 const TH1F& GetHistArcWidth() const { return fHistArcWidth; } … … 45 43 void Draw(Option_t *opt=""); 46 44 47 ClassDef(MHMuonPar, 1) // Histograms of new image parameters45 ClassDef(MHMuonPar, 1) 48 46 }; 49 47
Note:
See TracChangeset
for help on using the changeset viewer.