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