CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BetaCalculatorRPC.h
Go to the documentation of this file.
1 // system include files
2 #include <memory>
3 
4 // user include files
7 
10 
12 
15 
19 
25 
27 
28 using namespace susybsm;
29 
31  public:
32  BetaCalculatorRPC(const edm::ParameterSet& iConfig);
33  void algo(std::vector<susybsm::RPCHit4D> HSCPRPCRecHits);
34  void addInfoToCandidate(HSCParticle& candidate, const edm::Event& iEvent, const edm::EventSetup& iSetup);
35  float beta(){return betavalue;}
36 
37  private:
38  bool foundvalue;
39  float phivalue;
40  float etavalue;
41  float betavalue;
42 
43  float etarange(float eta1,float eta2,float eta3);
44  float dist(float phi1,float phi2);
45  float dist3(float phi1,float phi2,float phi3);
46 
48 };
49 
50 
int iEvent
Definition: GenABIO.cc:243
edm::InputTag rpcRecHitsLabel