Parent Directory
|
Revision Log
|
Patch
| revision 1.9 by mocchiut, Thu Aug 13 15:56:38 2009 UTC | revision 1.10 by mocchiut, Mon Aug 17 15:00:35 2009 UTC | |
|---|---|---|
| # | Line 138 class CaloLong : public TObject { | Line 138 class CaloLong : public TObject { |
| 138 | // | // |
| 139 | CaloLevel2 *clp; | CaloLevel2 *clp; |
| 140 | // | // |
| 141 | Float_t Evaluate(TString s, Float_t max); // expression must be of the form "5*t"."t+10","t-(4*t)"... | Float_t Evaluate(TString s, Float_t tmax, Float_t X0pl ); // expression must be of the form "tmax+2.*X0pl", "5*tmax"."tmax+10","tmax-(4*tmax)+3.*X0pl"... |
| 142 | // | // |
| 143 | ||
| 144 | public: | public: |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |