Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
sbnanaobj
sbnanaobj
StandardRecord
SRFakeRecoParticle.h
Go to the documentation of this file.
1
// SRFakeRecoParticle.h
2
// \author grayputnam@uchicago.edu
3
////////////////////////////////////////////////////////////////////////
4
#ifndef SRFAKERECOPARTICLE_H
5
#define SRFAKERECOPARTICLE_H
6
7
#include "
sbnanaobj/StandardRecord/SRTruthMatch.h
"
8
#include "
sbnanaobj/StandardRecord/SRTrueParticle.h
"
9
10
namespace
caf
11
{
12
/// The SRFakeRecoParticle is a faked reconstruction using estimates from the SBN proposal
13
class
SRFakeRecoParticle
14
{
15
public
:
16
SRFakeRecoParticle
();
17
~SRFakeRecoParticle
() { }
18
19
float
ke
;
///< Fake-reco kinetic energy [GeV]
20
float
costh
;
///< Fake-reco cosine of angle w.r.t. beam direction
21
float
len
;
///< Fake-reco particle length [cm]
22
int
pid
;
///< Fake-reco particle ID
23
bool
contained
;
///< Whether contained
24
};
25
26
}
// end namespace
27
28
#endif // SRFAKERECOPARTICLE_H
29
//////////////////////////////////////////////////////////////////////////////
caf::SRFakeRecoParticle::SRFakeRecoParticle
SRFakeRecoParticle()
Definition:
SRFakeRecoParticle.cxx:13
caf::SRFakeRecoParticle::~SRFakeRecoParticle
~SRFakeRecoParticle()
Definition:
SRFakeRecoParticle.h:17
caf::SRFakeRecoParticle::contained
bool contained
Whether contained.
Definition:
SRFakeRecoParticle.h:23
caf::SRFakeRecoParticle::ke
float ke
Fake-reco kinetic energy [GeV].
Definition:
SRFakeRecoParticle.h:19
caf::SRFakeRecoParticle::len
float len
Fake-reco particle length [cm].
Definition:
SRFakeRecoParticle.h:21
caf::SRFakeRecoParticle
The SRFakeRecoParticle is a faked reconstruction using estimates from the SBN proposal.
Definition:
SRFakeRecoParticle.h:13
caf::SRFakeRecoParticle::pid
int pid
Fake-reco particle ID.
Definition:
SRFakeRecoParticle.h:22
caf::SRFakeRecoParticle::costh
float costh
Fake-reco cosine of angle w.r.t. beam direction.
Definition:
SRFakeRecoParticle.h:20
SRTrueParticle.h
SRTruthMatch.h
Generated by
1.8.5