Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
N21-02-24
StandardRecord
SRTrkME.h
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
// \file SRTrkME.cxx
3
// \author dpershey
4
// \date 2014-08-20
5
////////////////////////////////////////////////////////////////////////
6
#ifndef SRTRKME_H
7
#define SRTRKME_H
8
9
#include "
StandardRecord/SRVector3D.h
"
10
#include "
StandardRecord/SRParticleTruth.h
"
11
12
namespace
caf
13
{
14
/// Variables describing Michel E's found around the end of a track
15
class
SRTrkME
16
{
17
public
:
18
SRTrkME
();
19
20
~SRTrkME
(){ };
21
22
23
float
mid
;
///< Michel Electron Identifier
24
unsigned
short
nhitx
;
///< number of hits in xview
25
unsigned
short
nhity
;
///< number of hits in yview
26
float
calE
;
///< Calorimetric Energy [GeV]
27
float
deltat
;
///< time difference [ns]
28
float
adc
;
///< Total ADC in the ME cluster
29
float
disttotrack
;
///< Distance between end of track and Michel hits [cm]
30
SRVector3D
meanpos
;
///< The mean position of the ME cluster
31
SRParticleTruth
truth
;
///< Truth information for the michel cluster
32
33
};
34
35
}
// end namespace
36
37
#endif // SRTRKME_H
38
//////////////////////////////////////////////////////////////////////////////
caf::SRTrkME::calE
float calE
Calorimetric Energy [GeV].
Definition:
SRTrkME.h:26
caf::SRVector3D
A 3-vector with more efficient storage than TVector3.
Definition:
SRVector3D.h:14
caf::SRTrkME::nhity
unsigned short nhity
number of hits in yview
Definition:
SRTrkME.h:25
caf::SRTrkME::adc
float adc
Total ADC in the ME cluster.
Definition:
SRTrkME.h:28
caf::SRTrkME::deltat
float deltat
time difference [ns]
Definition:
SRTrkME.h:27
caf::SRParticleTruth
The truth information of reco objects within a slice.
Definition:
SRParticleTruth.h:14
caf::SRTrkME::~SRTrkME
~SRTrkME()
Definition:
SRTrkME.h:20
caf::SRTrkME::truth
SRParticleTruth truth
Truth information for the michel cluster.
Definition:
SRTrkME.h:31
caf::SRTrkME
Variables describing Michel E's found around the end of a track.
Definition:
SRTrkME.h:15
caf::SRTrkME::disttotrack
float disttotrack
Distance between end of track and Michel hits [cm].
Definition:
SRTrkME.h:29
SRVector3D.h
caf::SRTrkME::mid
float mid
Michel Electron Identifier.
Definition:
SRTrkME.h:20
caf::SRTrkME::meanpos
SRVector3D meanpos
The mean position of the ME cluster.
Definition:
SRTrkME.h:30
SRParticleTruth.h
caf::SRTrkME::nhitx
unsigned short nhitx
number of hits in xview
Definition:
SRTrkME.h:24
caf
This module creates Common Analysis Files.
Definition:
FileReducer.h:10
caf::SRTrkME::SRTrkME
SRTrkME()
Definition:
SRTrkME.cxx:16
Generated on Wed Feb 24 2021 14:13:34 for NOvA by
1.8.11