Changeset 2062 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 05/05/03 15:12:31 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPadding.h
r1951 r2062 41 41 42 42 Double_t CalcOtherSig(const Double_t mySig, const Double_t theta) const; 43 Bool_t Padding( Double_t quadDiff, const Double_t theta);43 Bool_t Padding(const Double_t quadDiff, const Double_t theta); 44 44 45 45 public: -
trunk/MagicSoft/Mars/manalysis/MRanTree.cc
r1871 r2062 33 33 #include "MRanTree.h" 34 34 35 #include < ostream.h>35 #include <iostream.h> 36 36 37 37 #include <TVector.h>
Note:
See TracChangeset
for help on using the changeset viewer.