#include <DTTPDeadWriter.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &event, const edm::EventSetup &eventSetup) |
Compute the ttrig by fiting the TB rising edge. More... | |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &setup) |
Read t0 map from event. More... | |
DTTPDeadWriter (const edm::ParameterSet &pset) | |
Constructor. More... | |
virtual void | endJob () |
Write ttrig in the DB. More... | |
virtual | ~DTTPDeadWriter () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Attributes | |
bool | debug |
edm::ESHandle< DTGeometry > | muonGeom |
DTDeadFlag * | tpDeadList |
const DTT0 * | tZeroMap |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Definition at line 27 of file DTTPDeadWriter.h.
DTTPDeadWriter::DTTPDeadWriter | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 39 of file DTTPDeadWriter.cc.
References gather_cfg::cout, debug, and edm::ParameterSet::getUntrackedParameter().
|
virtual |
Destructor.
Definition at line 51 of file DTTPDeadWriter.cc.
References gather_cfg::cout, and debug.
|
virtual |
Compute the ttrig by fiting the TB rising edge.
Implements edm::EDAnalyzer.
Definition at line 67 of file DTTPDeadWriter.cc.
References gather_cfg::cout, DTTopology::firstChannel(), DTTimeUnits::ns, and tzero.
|
virtual |
Read t0 map from event.
Reimplemented from edm::EDAnalyzer.
Definition at line 56 of file DTTPDeadWriter.cc.
References edm::EventSetup::get().
|
virtual |
Write ttrig in the DB.
Reimplemented from edm::EDAnalyzer.
Definition at line 116 of file DTTPDeadWriter.cc.
References gather_cfg::cout, debug, and DTCalibDBUtils::writeToDB().
|
private |
Definition at line 51 of file DTTPDeadWriter.h.
|
private |
Definition at line 60 of file DTTPDeadWriter.h.
|
private |
Definition at line 57 of file DTTPDeadWriter.h.
|
private |
Definition at line 54 of file DTTPDeadWriter.h.