44 cout <<
"[DTRecSegment2DExtendedProducer] Constructor called" << endl;
46 produces<DTRecSegment2DCollection>();
55 cout <<
"[DTRecSegment2DExtendedProducer] Destructor called" << endl;
63 cout <<
"[DTRecSegment2DExtendedProducer] produce called" << endl;
68 theAlgo->setES(setup);
72 event.getByToken(recHits1DToken_, allHits);
76 event.getByToken(recClusToken_, dtClusters);
77 theAlgo->setClusters(vector<DTSLRecCluster>(dtClusters->begin(),
84 DTRecHitCollection::id_iterator dtLayerIt;
86 for (dtLayerIt = allHits->id_begin(); dtLayerIt != allHits->id_end(); ++dtLayerIt){
90 if (SLId==oldSlId)
continue;
93 if(
debug)
cout <<
"Reconstructing the 2D segments in "<< SLId << endl;
102 vector<DTRecHit1DPair> pairs(range.first,range.second);
104 if(
debug)
cout <<
"Number of 1D-RecHit pairs " << pairs.size() << endl;
109 cout <<
"Number of Reconstructed segments: " << segs.
size() << endl;
111 ostream_iterator<DTSLRecSegment2D>(
cout,
"\n"));
114 if (segs.
size() > 0 )
115 segments->put(SLId, segs.
begin(),segs.
end());
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
std::pair< const_iterator, const_iterator > range
iterator range
virtual ~DTRecSegment2DExtendedProducer()
Destructor.
DTRecSegment2DExtendedProducer(const edm::ParameterSet &)
Constructor.
static std::pair< DTLayerId, DTSuperLayerIdComparator > layersBySuperLayer(DTSuperLayerId slId)
Access by SL objects written into a RangeMap by layer.
DTSuperLayerId superlayerId() const
Return the corresponding SuperLayerId.
edm::RangeMap< DTSuperLayerId, edm::OwnVector< DTSLRecSegment2D > > DTRecSegment2DCollection
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
virtual void produce(edm::Event &event, const edm::EventSetup &setup)
The method which produces the 2D-segments.
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")