CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 #include "boost/cstdint.hpp"
8 
10  public:
12 
13  // Getter methods
14 
15  double TOF() const { return TOF_; }
16 
17  private:
18  double TOF_ ;
19 
20 
21  };
22 
23  std::ostream& operator<<(std::ostream& s, const HcalTBParticleId& htbpid);
24 
25 #endif
double TOF() const
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187