35 numberOfHits1RPC_ = 0;
36 numberOfHits2RPC_ = 0;
37 numberOfHits3RPC_ = 0;
38 numberOfHits4RPC_ = 0;
54 numberOfHits1RPC_ = 0;
55 numberOfHits2RPC_ = 0;
56 numberOfHits3RPC_ = 0;
57 numberOfHits4RPC_ = 0;
70 event.getByToken(input_rpchits_token_, rpcRecHits_handle);
73 if ( ! rpcRecHits_handle.
isValid() ) {
75 edm::LogWarning(
"DataNotAvailable") <<
"JetMuonHitsIDHelper will not be run at all, this is not a RECO file.";
83 itRPCEnd = rpcRecHits_handle->end();
84 itRPC != itRPCEnd; ++itRPC) {
88 const GeomDet* gd = trackingGeometry->idToDet(detid);
91 static_cast<double>( gp.eta() ), static_cast<double>(gp.phi()) );
95 if (rpcChamberId.
station() == 1)
97 if (rpcChamberId.
station() == 2)
99 if (rpcChamberId.
station() == 3)
101 if (rpcChamberId.
station() == 4)
T getParameter(std::string const &) const
virtual float phi() const
momentum azimuthal angle
Base class for all types of Jets.
GlobalPoint toGlobal(const Local2DPoint &lp) const
Conversion to the global R.F. from the R.F. of the GeomDet.
double deltaR(const T1 &t1, const T2 &t2)
void calculate(const edm::Event &event, const edm::EventSetup &isetup, const reco::Jet &jet, const int iDbg=0)
virtual float eta() const
momentum pseudorapidity
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
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< float >, ROOT::Math::GlobalCoordinateSystemTag > GlobalPoint
point in global coordinate system
DetId geographicalId() const
virtual LocalPoint localPosition() const
Return the 3-dimensional local position.
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< float >, ROOT::Math::LocalCoordinateSystemTag > LocalPoint
point in local coordinate system