#include "DataUtil/EnergyCorrections.h"#include "Calibrator/Calibrator.h"#include "MessageService/MsgService.h"#include <cmath>#include <iostream>#include <sstream>Go to the source code of this file.
Namespaces | |
| namespace | EnergyCorrections |
Functions | |
| CVSID (" $Id: EnergyCorrections.cxx,v 1.25 2009/12/02 15:07:14 xbhuang Exp $") | |
Variables | |
| const float | cgffBirchDataFD = 1.018 |
| const float | cgffCedarPhyDataFD = 0.9988 |
| const float | cgffCedarPhyDataND = 1.0039 |
| const float | cgffCedarR1_24_1MCFD = (0.001737/0.001786) |
| const float | cgffCedarR1_24_1MCND = (0.001759/0.001792) |
| const float | cgffCedarPhyDataFDOld = 0.996 |
| const float | cgffCedarPhyDataNDOld = 1.003 |
| const float | cgffCedarR1_24_1MCFDOld = 0.986 |
| const float | cgffCedarR1_24_1MCNDOld = 0.994 |
| const float | cgffCedarR1_24_2MCFD = cgffCedarR1_24_1MCFD*(0.001786/0.001737) |
| const float | cgffCedarR1_24_2MCND = cgffCedarR1_24_1MCND*(0.001792/0.001759) |
| const float | cgffCedarPhyDaikonND = 1 |
| const float | cgffCedarPhyDaikonFD = 1 |
| const float | cgffDogwood1DataFD = 1.0 |
| const float | cgffDogwood1DataND = 1.0 |
| const float | cgffDogwood1DaikonFD = 1.0 |
| const float | cgffDogwood1DaikonND = 1.0 |
| CorrectionVersion_t | fVersion = EnergyCorrections::kUnknown |
| Short_t | fSubVersion = 0 |
|
||||||||||||
|
|
|
|
Definition at line 349 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 371 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 370 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 353 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 360 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 354 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 361 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 355 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 362 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 356 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 363 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 367 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 368 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 376 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 377 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 374 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 375 of file DataUtil/EnergyCorrections.cxx. |
|
|
Definition at line 656 of file DataUtil/EnergyCorrections.cxx. Referenced by EnergyCorrections::GetCorrectionAsString(), and EnergyCorrections::SetCorrectionVersion(). |
|
|
Definition at line 655 of file DataUtil/EnergyCorrections.cxx. Referenced by EnergyCorrections::SetCorrectionVersion(). |
1.3.9.1