19 inputModuleLabel_(conf.getParameter<edm::InputTag>(
"InputModuleLabel")),
21 measurementTrackerName_(conf.getParameter<
string>(
"measurementTrackerName"))
23 produces< RefGetter >();
45 std::auto_ptr<RefGetter> refgetter(
new RefGetter());
55 edm::LogError(
"MeasurementTrackerSiStripRefGetterProducer")<<
"casting of MeasurementTracker named: "<<
measurementTrackerName_<<
" into OnDemandMeasurementTracker does not work.";
59 tOD->
define(lazygetter, refgetter);
virtual void produce(edm::Event &, const edm::EventSetup &) override
edm::InputTag inputModuleLabel_
Input module label of SiStripLazyGetter.
~MeasurementTrackerSiStripRefGetterProducer()
MeasurementTrackerSiStripRefGetterProducer(const edm::ParameterSet &)
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
edm::ESHandle< SiStripRegionCabling > cabling_
Cabling.
T const * product() const
edm::RefGetter< SiStripCluster > RefGetter
std::string measurementTrackerName_
name of the defined Measurement Tracker On Demand
virtual void beginRun(edm::Run const &, const edm::EventSetup &) override
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
void define(const edm::Handle< edm::LazyGetter< SiStripCluster > > &, std::auto_ptr< RefGetter > &) const
OnDemandMeasurementTracker specific function to be called to define the region in the RefGetter accor...