#include <EcalSimPulseShape.h>
Public Member Functions | |
EcalSimPulseShape () | |
float | getTimeInterval () |
void | setTimeInterval (float x) |
~EcalSimPulseShape () | |
Public Attributes | |
std::vector< double > | apd_shape |
double | apd_thresh |
std::vector< double > | barrel_shape |
double | barrel_thresh |
std::vector< double > | endcap_shape |
double | endcap_thresh |
float | time_interval |
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 7 of file EcalSimPulseShape.h.
|
inline |
Definition at line 10 of file EcalSimPulseShape.h.
|
inline |
Definition at line 11 of file EcalSimPulseShape.h.
|
inline |
|
private |
|
inline |
|
friend |
Definition at line 25 of file EcalSimPulseShape.h.
|
friend |
Definition at line 25 of file EcalSimPulseShape.h.
std::vector<double> EcalSimPulseShape::apd_shape |
Definition at line 18 of file EcalSimPulseShape.h.
Referenced by APDShape::fillShape().
double EcalSimPulseShape::apd_thresh |
Definition at line 22 of file EcalSimPulseShape.h.
Referenced by APDShape::fillShape().
std::vector<double> EcalSimPulseShape::barrel_shape |
Definition at line 13 of file EcalSimPulseShape.h.
Referenced by EBShape::fillShape(), and getTimeInterval().
double EcalSimPulseShape::barrel_thresh |
Definition at line 20 of file EcalSimPulseShape.h.
Referenced by EBShape::fillShape().
std::vector<double> EcalSimPulseShape::endcap_shape |
Definition at line 17 of file EcalSimPulseShape.h.
Referenced by EEShape::fillShape().
double EcalSimPulseShape::endcap_thresh |
Definition at line 21 of file EcalSimPulseShape.h.
Referenced by EEShape::fillShape().
float EcalSimPulseShape::time_interval |
Definition at line 23 of file EcalSimPulseShape.h.
Referenced by APDShape::fillShape(), EEShape::fillShape(), EBShape::fillShape(), getTimeInterval(), and setTimeInterval().