#include <FastTimeParameters.h>
Public Member Functions | |
FastTimeParameters () | |
~FastTimeParameters () | |
Public Attributes | |
std::vector< double > | geomParBarrel_ |
std::vector< double > | geomParEndcap_ |
int | nEtaEndcap_ |
int | nPhiBarrel_ |
int | nPhiEndcap_ |
int | nZBarrel_ |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 10 of file FastTimeParameters.h.
FastTimeParameters::FastTimeParameters | ( | ) |
Definition at line 3 of file FastTimeParameters.cc.
FastTimeParameters::~FastTimeParameters | ( | ) |
Definition at line 5 of file FastTimeParameters.cc.
|
private |
|
friend |
Definition at line 24 of file FastTimeParameters.h.
|
friend |
Definition at line 24 of file FastTimeParameters.h.
std::vector<double> FastTimeParameters::geomParBarrel_ |
Definition at line 21 of file FastTimeParameters.h.
Referenced by FastTimeParametersFromDD::build(), FastTimeDDDConstants::getCorners(), FastTimeDDDConstants::getPosition(), FastTimeDDDConstants::getRin(), FastTimeDDDConstants::getRout(), FastTimeDDDConstants::getZHalf(), FastTimeDDDConstants::getZPos(), FastTimeDDDConstants::initialize(), and FastTimeParametersESModule::produce().
std::vector<double> FastTimeParameters::geomParEndcap_ |
Definition at line 22 of file FastTimeParameters.h.
Referenced by FastTimeParametersFromDD::build(), FastTimeDDDConstants::getCorners(), FastTimeDDDConstants::getPosition(), FastTimeDDDConstants::getRin(), FastTimeDDDConstants::getRout(), FastTimeDDDConstants::getZHalf(), FastTimeDDDConstants::getZPos(), FastTimeDDDConstants::initialize(), and FastTimeParametersESModule::produce().
int FastTimeParameters::nEtaEndcap_ |
Definition at line 19 of file FastTimeParameters.h.
Referenced by FastTimeParametersFromDD::build(), FastTimeDDDConstants::getCells(), FastTimeDDDConstants::getEtaPhi(), FastTimeDDDConstants::initialize(), FastTimeDDDConstants::numberEtaZ(), and FastTimeParametersESModule::produce().
int FastTimeParameters::nPhiBarrel_ |
Definition at line 18 of file FastTimeParameters.h.
Referenced by FastTimeParametersFromDD::build(), FastTimeDDDConstants::getCells(), FastTimeDDDConstants::getZPhi(), FastTimeDDDConstants::initialize(), FastTimeDDDConstants::numberPhi(), and FastTimeParametersESModule::produce().
int FastTimeParameters::nPhiEndcap_ |
Definition at line 20 of file FastTimeParameters.h.
Referenced by FastTimeParametersFromDD::build(), FastTimeDDDConstants::getCells(), FastTimeDDDConstants::getEtaPhi(), FastTimeDDDConstants::initialize(), FastTimeDDDConstants::numberPhi(), and FastTimeParametersESModule::produce().
int FastTimeParameters::nZBarrel_ |
Definition at line 17 of file FastTimeParameters.h.
Referenced by FastTimeParametersFromDD::build(), FastTimeDDDConstants::getCells(), FastTimeDDDConstants::getZPhi(), FastTimeDDDConstants::initialize(), FastTimeDDDConstants::numberEtaZ(), and FastTimeParametersESModule::produce().