CMS 3D CMS Logo

HcalTBParticleId.h
Go to the documentation of this file.
1 #ifndef HCALTBPARTICLEID_H
2 #define HCALTBPARTICLEID_H 1
3 
4 #include <string>
5 #include <iostream>
6 #include <vector>
7 
9 public:
11 
12  // Getter methods
13 
14  double TOF() const { return TOF_; }
15 
16 private:
17  double TOF_;
18 };
19 
20 std::ostream& operator<<(std::ostream& s, const HcalTBParticleId& htbpid);
21 
22 #endif
std::ostream & operator<<(std::ostream &s, const HcalTBParticleId &htbpid)
double TOF() const