#include <DTSegment4DT0Corrector.h>
Public Member Functions | |
DTSegment4DT0Corrector (const edm::ParameterSet &) | |
Constructor. More... | |
virtual void | produce (edm::Event &event, const edm::EventSetup &setup) |
The method which produces the 4D rec segments corrected for t0 offset. More... | |
virtual | ~DTSegment4DT0Corrector () |
Destructor. More... | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Attributes | |
bool | debug |
edm::InputTag | theRecHits4DLabel |
DTSegmentUpdator * | theUpdator |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Builds the segments in the DT chambers.
Builds the segments in the DT chambers.
Definition at line 22 of file DTSegment4DT0Corrector.h.
DTSegment4DT0Corrector::DTSegment4DT0Corrector | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 24 of file DTSegment4DT0Corrector.cc.
References gather_cfg::cout, debug, edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
|
virtual |
Destructor.
Definition at line 41 of file DTSegment4DT0Corrector.cc.
References gather_cfg::cout, and debug.
|
virtual |
The method which produces the 4D rec segments corrected for t0 offset.
Implements edm::EDProducer.
Definition at line 47 of file DTSegment4DT0Corrector.cc.
References edm::OwnVector< T, P >::begin(), DTRecSegment4D::clone(), gather_cfg::cout, debug, edm::OwnVector< T, P >::end(), edm::EventSetup::get(), edm::OwnVector< T, P >::push_back(), and query::result.
|
private |
Definition at line 42 of file DTSegment4DT0Corrector.h.
|
private |
Definition at line 44 of file DTSegment4DT0Corrector.h.
|
private |
Definition at line 47 of file DTSegment4DT0Corrector.h.