Changeset 9847 for trunk/Mars/mjtrain
- Timestamp:
- 08/11/10 17:11:14 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mjtrain/MJTrainEnergy.h
r8719 r9847 20 20 MJTrainEnergy() : fNameOutput("MEnergyEst") { SetTrainLin(); } 21 21 22 void SetTrainLog() { SetTrainFunc("log10(MMcEvt.fEnergy)", "pow(10, x)"); } 23 void SetTrainLin() { SetTrainFunc("MMcEvt.fEnergy", "x"); } 22 void SetTrainLog() { SetTrainFunc("log(MMcEvt.fEnergy)", "exp(x)"); } 23 void SetTrainLin() { SetTrainFunc("MMcEvt.fEnergy", "x"); } 24 void SetTrainExpSize() { SetTrainFunc("log(MMcEvt.fEnergy)/log(MHillas.fSize)", "MHillas.fSize^x"); } 24 25 25 26 void SetTrainFunc(const char *par, const char *res)
Note:
See TracChangeset
for help on using the changeset viewer.