Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
TBDataFormats
HcalTBObjects
interface
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
9
class
HcalTBParticleId
{
10
public
:
11
HcalTBParticleId
();
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
HcalTBParticleId::TOF_
double TOF_
Definition:
HcalTBParticleId.h:18
HcalTBParticleId
Definition:
HcalTBParticleId.h:9
HcalTBParticleId::TOF
double TOF() const
Definition:
HcalTBParticleId.h:15
operator<<
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition:
ALILine.cc:187
HcalTBParticleId::HcalTBParticleId
HcalTBParticleId()
Definition:
HcalTBParticleId.cc:5
alignCSCRings.s
list s
Definition:
alignCSCRings.py:91
Generated for CMSSW Reference Manual by
1.8.5