hpstr
The Heavy Photon Search Toolkit for Reconstruction (hpstr) provides an interface to physics data from the HPS experiment saved in the LCIO format and converts it into an ROOT based format.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Files
File List
File Members
All
c
d
f
i
j
l
m
n
p
r
s
u
Functions
c
d
f
i
m
n
r
s
u
Variables
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
analysis
include
Svt2DBlHistos.h
Go to the documentation of this file.
1
#ifndef CLUSTERHISTOS_H
2
#define CLUSTERHISTOS_H
3
4
#include "TFile.h"
5
#include "
HistoManager.h
"
6
#include "TGraphErrors.h"
7
#include "TKey.h"
8
#include "TList.h"
9
#include "TH1.h"
10
#include "
TrackerHit.h
"
11
#include "
RawSvtHit.h
"
12
13
#include "
ModuleMapper.h
"
14
15
#include <string>
16
22
class
Svt2DBlHistos
:
public
HistoManager
{
23
24
public
:
31
Svt2DBlHistos
(
const
std::string& inputName,
ModuleMapper
*
mmapper_
);
32
~Svt2DBlHistos
();
33
38
void
DefineHistos
();
39
46
void
FillHistograms
(std::vector<RawSvtHit*> *rawSvtHits_,
float
weight = 1.);
47
48
49
private
:
50
51
int
Event_number
=0;
52
int
debug_
= 1;
53
54
TH1F*
svtCondHisto
{
nullptr
};
55
//ModuleMapper
56
ModuleMapper
*
mmapper_
;
57
};
22
class
Svt2DBlHistos
:
public
HistoManager
{
…
};
58
#endif
HistoManager.h
ModuleMapper.h
RawSvtHit.h
Class used to encapsulate raw svt hit information.
TrackerHit.h
Class used to encapsulate tracker hit information.
HistoManager
description
Definition
HistoManager.h:22
ModuleMapper
Definition
ModuleMapper.h:11
Svt2DBlHistos
description
Definition
Svt2DBlHistos.h:22
Svt2DBlHistos::DefineHistos
void DefineHistos()
description
Definition
Svt2DBlHistos.cxx:13
Svt2DBlHistos::debug_
int debug_
description
Definition
Svt2DBlHistos.h:52
Svt2DBlHistos::FillHistograms
void FillHistograms(std::vector< RawSvtHit * > *rawSvtHits_, float weight=1.)
description
Definition
Svt2DBlHistos.cxx:29
Svt2DBlHistos::~Svt2DBlHistos
~Svt2DBlHistos()
Definition
Svt2DBlHistos.cxx:10
Svt2DBlHistos::svtCondHisto
TH1F * svtCondHisto
description
Definition
Svt2DBlHistos.h:54
Svt2DBlHistos::Event_number
int Event_number
description
Definition
Svt2DBlHistos.h:51
Svt2DBlHistos::mmapper_
ModuleMapper * mmapper_
description
Definition
Svt2DBlHistos.h:56
Generated by
1.9.8