3 using namespace susybsm;
13 std::vector<susybsm::RPCHit4D> HSCPRPCRecHits = uHSCPRPCRecHits;
15 bool outOfTime =
false;
16 bool increasing =
true;
17 bool anydifferentzero =
true;
18 bool anydifferentone =
true;
22 std::sort(HSCPRPCRecHits.begin(), HSCPRPCRecHits.end());
24 for(std::vector<susybsm::RPCHit4D>::iterator
point = HSCPRPCRecHits.begin();
point < HSCPRPCRecHits.end(); ++
point) {
25 outOfTime |= (
point->bx!=0);
26 increasing &= (
point->bx>=lastbx);
27 anydifferentzero &= (!
point->bx==0);
28 anydifferentone &= (!
point->bx==1);
44 float maginfirstknee = 0;
45 for(std::vector<susybsm::RPCHit4D>::iterator
point = HSCPRPCRecHits.begin();
point < HSCPRPCRecHits.end(); ++
point) {
47 maginfirstknee =
point->gp.mag();
48 }
else if((lastbx!=
point->bx)){
50 maginknee=
point->gp.mag();
58 betavalue=maginfirstknee/(25.-delay+maginfirstknee/30.)/30.;
64 if(!anydifferentzero){
65 betavalue=maginknee/(25-delay+maginknee/30.)/30.;
66 }
else if(!anydifferentone){
67 betavalue=maginknee/(50-delay+maginknee/30.)/30.;
69 betavalue1=maginknee/(25-delay+maginknee/30.)/30.;
70 float dr =(maginknee-maginfirstknee);
71 betavalue2 = dr/(25.-delay+dr/30.);
73 betavalue = (betavalue1 + betavalue2)*0.5;
82 for(std::vector<susybsm::RPCHit4D>::iterator
point = HSCPRPCRecHits.begin();
point < HSCPRPCRecHits.end(); ++
point) {
84 maginfirstknee =
point->gp.mag();
85 }
else if((lastbx!=
point->bx)){
89 float maginsecondknee=
point->gp.mag();
90 betavalue1=maginknee/(25-delay+maginknee/30.)/30.;
91 float dr =(maginknee-maginsecondknee);
92 betavalue2 = dr/(25.+dr/30.);
98 betavalue = (betavalue1 + betavalue2)*0.5;
108 if(HSCPRPCRecHits.size()==0){
127 std::vector<RPCHit4D> hits;
133 start = candidate.
muonRef()->combinedMuon()->recHitsBegin();
134 stop = candidate.
muonRef()->combinedMuon()->recHitsEnd();
136 start = candidate.
muonRef()->standAloneMuon()->recHitsBegin();
137 stop = candidate.
muonRef()->standAloneMuon()->recHitsEnd();
150 if ( (*recHit)->geographicalId().det() !=
DetId::Muon )
continue;
151 if (!(*recHit)->isValid())
continue;
155 typedef std::pair<RPCRecHitCollection::const_iterator, RPCRecHitCollection::const_iterator> rangeRecHits;
156 rangeRecHits recHitCollection = rpcHits->get(rollId);
160 for(recHitC = recHitCollection.first; recHitC != recHitCollection.second ; recHitC++) {
161 clusterS=(*recHitC).clusterSize();
167 if(clusterS>4)
continue;
169 LocalPoint recHitPos=(*recHit)->localPosition();
170 const RPCRoll* rollasociated = rpcGeo->roll(rollId);
174 ThisHit.
bx = ((
RPCRecHit*)(&(**recHit)))->BunchX();
175 ThisHit.
gp = RPCSurface.toGlobal(recHitPos);
176 ThisHit.
id = (
RPCDetId)(*recHit)->geographicalId().rawId();
177 hits.push_back(ThisHit);
183 bool increasing =
true;
184 bool outOfTime =
false;
185 for(std::vector<RPCHit4D>::iterator
point = hits.begin();
point < hits.end(); ++
point) {
186 outOfTime |= (
point->bx!=0);
187 increasing &= (
point->bx>=lastbx);
T getParameter(std::string const &) const
tuple start
Check for commandline option errors.
void addInfoToCandidate(susybsm::HSCParticle &candidate, const edm::Event &iEvent, const edm::EventSetup &iSetup)
const Plane & surface() const
The nominal surface of the GeomDet.
bool isNonnull() const
Checks for non-null.
BetaCalculatorRPC(const edm::ParameterSet &iConfig)
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
reco::MuonRef muonRef() const
void setRpc(const RPCBetaMeasurement &data)
void algo(const std::vector< susybsm::RPCHit4D > &HSCPRPCRecHits)
tuple size
Write out results.
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point