#include <EcalLaserAPDPNRatios.h>
Classes | |
struct | EcalLaserAPDPNpair |
struct | EcalLaserTimeStamp |
Public Types | |
typedef EcalCondObjectContainer < EcalLaserAPDPNpair > | EcalLaserAPDPNRatiosMap |
typedef std::vector < EcalLaserTimeStamp > | EcalLaserTimeStampMap |
Public Member Functions | |
EcalLaserAPDPNRatios () | |
const EcalLaserAPDPNRatiosMap & | getLaserMap () const |
const EcalLaserTimeStampMap & | getTimeMap () const |
void | setTime (int hashedIndex, const EcalLaserTimeStamp &value) |
void | setValue (uint32_t rawId, const EcalLaserAPDPNpair &value) |
~EcalLaserAPDPNRatios () | |
Private Attributes | |
EcalLaserAPDPNRatiosMap | laser_map |
EcalLaserTimeStampMap | time_map |
Author: Vladlen Timciuc, Caltech Created: 10 July 2007
Definition at line 12 of file EcalLaserAPDPNRatios.h.
Definition at line 25 of file EcalLaserAPDPNRatios.h.
typedef std::vector<EcalLaserTimeStamp> EcalLaserAPDPNRatios::EcalLaserTimeStampMap |
Definition at line 26 of file EcalLaserAPDPNRatios.h.
EcalLaserAPDPNRatios::EcalLaserAPDPNRatios | ( | ) | [inline] |
Definition at line 28 of file EcalLaserAPDPNRatios.h.
: time_map(92) {}; // FIXME
EcalLaserAPDPNRatios::~EcalLaserAPDPNRatios | ( | ) | [inline] |
Definition at line 29 of file EcalLaserAPDPNRatios.h.
{};
const EcalLaserAPDPNRatiosMap& EcalLaserAPDPNRatios::getLaserMap | ( | ) | const [inline] |
Definition at line 32 of file EcalLaserAPDPNRatios.h.
References laser_map.
Referenced by EcalTrivialObjectAnalyzer::analyze(), EcalLaserAPDPNRatiosXMLTranslator::dumpXML(), EcalTestDevDB::generateEcalLaserAPDPNRatios(), and EcalLaserDbService::getLaserCorrection().
{ return laser_map; }
const EcalLaserTimeStampMap& EcalLaserAPDPNRatios::getTimeMap | ( | ) | const [inline] |
Definition at line 35 of file EcalLaserAPDPNRatios.h.
References time_map.
Referenced by EcalLaserAPDPNRatiosXMLTranslator::dumpXML(), EcalTestDevDB::generateEcalLaserAPDPNRatios(), and EcalLaserDbService::getLaserCorrection().
{ return time_map; }
void EcalLaserAPDPNRatios::setTime | ( | int | hashedIndex, |
const EcalLaserTimeStamp & | value | ||
) | [inline] |
Definition at line 34 of file EcalLaserAPDPNRatios.h.
References ecalpyutils::hashedIndex(), time_map, and relativeConstraints::value.
Referenced by EcalTestDevDB::generateEcalLaserAPDPNRatios(), and popcon::EcalLaserHandler::getNewObjects().
{ time_map[hashedIndex] = value; };
void EcalLaserAPDPNRatios::setValue | ( | uint32_t | rawId, |
const EcalLaserAPDPNpair & | value | ||
) | [inline] |
Definition at line 31 of file EcalLaserAPDPNRatios.h.
References laser_map, and relativeConstraints::value.
Referenced by EcalTestDevDB::generateEcalLaserAPDPNRatios(), popcon::EcalLaserHandler::getNewObjects(), and EcalLaserAPDPNRatiosXMLTranslator::readXML().
Definition at line 38 of file EcalLaserAPDPNRatios.h.
Referenced by getLaserMap(), and setValue().
Definition at line 39 of file EcalLaserAPDPNRatios.h.
Referenced by getTimeMap(), and setTime().