Changeset 5620 for trunk/MagicSoft/Mars/mhbase/MH3.h
- Timestamp:
- 12/17/04 13:27:08 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MH3.h
r5429 r5620 26 26 Double_t fScale[3]; // Scale for the three axis (eg unit) 27 27 28 TString fNameProfX; //! This should make sure, that gROOT doen't confuse the profile with something else29 TString fNameProfY; //! This should make sure, that gROOT doen't confuse the profile with something else28 // TString fNameProfX; //! This should make sure, that gROOT doen't confuse the profile with something else 29 // TString fNameProfY; //! This should make sure, that gROOT doen't confuse the profile with something else 30 30 31 31 void StreamPrimitive(ofstream &out) const; … … 36 36 kIsLogz = BIT(19) 37 37 }; 38 39 // Int_t DistancetoPrimitive(Int_t px, Int_t py); 40 // void ExecuteEvent(Int_t event, Int_t px, Int_t py); 38 41 39 42 public:
Note:
See TracChangeset
for help on using the changeset viewer.