HighLAND
psyche
psycheSelections
v3r12
src
ToyBoxND280.hxx
1
#ifndef ToyBoxND280_h
2
#define ToyBoxND280_h
3
4
#include "ToyBoxB.hxx"
5
#include "BaseDataClasses.hxx"
6
7
class
ToyBoxND280
:
public
ToyBoxB
{
8
public
:
9
10
ToyBoxND280
();
11
virtual
~
ToyBoxND280
(){}
12
13
/// This method should be implemented by the derived class. If so it does nothing here
14
virtual
void
Reset
();
15
16
/// Reset this base class
17
virtual
void
ResetBase
();
18
19
public
:
20
21
/// For storing the true vertex, for analyses with no reconstructed primary vertex
22
AnaTrueVertexB
*
TrueVertex
;
23
};
24
25
#endif
ToyBoxB
Definition:
ToyBoxB.hxx:13
ToyBoxND280::Reset
virtual void Reset()
This method should be implemented by the derived class. If so it does nothing here.
Definition:
ToyBoxND280.cxx:12
AnaTrueVertexB
Representation of a true Monte Carlo vertex.
Definition:
BaseDataClasses.hxx:97
ToyBoxND280::TrueVertex
AnaTrueVertexB * TrueVertex
For storing the true vertex, for analyses with no reconstructed primary vertex.
Definition:
ToyBoxND280.hxx:22
ToyBoxND280
Definition:
ToyBoxND280.hxx:7
ToyBoxND280::ResetBase
virtual void ResetBase()
Reset this base class.
Definition:
ToyBoxND280.cxx:30
Generated by
1.8.13