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
SRCRTHitMatch.h
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
// \file SRCRTHitMatch.h
3
////////////////////////////////////////////////////////////////////////
4
#ifndef SRCRTHITMATCH_H
5
#define SRCRTHITMATCH_H
6
7
#include "
sbnanaobj/StandardRecord/SRCRTHit.h
"
8
#include "
sbnanaobj/StandardRecord/SRVector3D.h
"
9
10
namespace
caf
11
{
12
/// Matching information between a TPC Track and a CRT Hit
13
class
SRCRTHitMatch
14
{
15
public
:
16
17
SRCRTHitMatch
();
18
virtual
~SRCRTHitMatch
() {}
19
SRCRTHit
hit
;
///< The CRT hit
20
float
distance
;
///< Distance from the projected TPC track to the CRT hit [cm]
21
};
22
23
}
// end namespace
24
25
#endif // SRCRTHITMATCH_H
26
//////////////////////////////////////////////////////////////////////////////
caf::SRCRTHitMatch::hit
SRCRTHit hit
The CRT hit.
Definition:
SRCRTHitMatch.h:19
caf::SRCRTHitMatch::distance
float distance
Distance from the projected TPC track to the CRT hit [cm].
Definition:
SRCRTHitMatch.h:20
SRCRTHit.h
SRVector3D.h
caf::SRCRTHitMatch
Matching information between a TPC Track and a CRT Hit.
Definition:
SRCRTHitMatch.h:13
caf::SRCRTHit
A hit from the CRT.
Definition:
SRCRTHit.h:12
caf::SRCRTHitMatch::SRCRTHitMatch
SRCRTHitMatch()
Definition:
SRCRTHitMatch.cxx:10
caf::SRCRTHitMatch::~SRCRTHitMatch
virtual ~SRCRTHitMatch()
Definition:
SRCRTHitMatch.h:18
Generated by
1.8.5