FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
tracking
GenfitTools
recohits2
PndFtsRecoHit2.h
Go to the documentation of this file.
1
//modified by Elisabetta Prencipe 19/5/2014
2
#ifndef PNDFTSRECOHIT2_HH
3
#define PNDFTSRECOHIT2_HH
4
5
// Base Class Headers ----------------
7
#include "
WireMeasurement.h
"
8
#include "
WireTrackCandHit.h
"
9
#include "
PndFtsHit.h
"
10
#include "TClonesArray.h"
11
12
// Collaborating Class Headers -------
13
#include <ostream>
// remove if you do not need streaming op
14
15
// Collaborating Class Declarations --
16
class
PndFtsHit
;
17
class
TClonesArray;
18
19
class
PndFtsRecoHit2
:
public
genfit::WireMeasurement
{
20
public
:
21
22
// Constructors/Destructors ---------
23
PndFtsRecoHit2
();
24
PndFtsRecoHit2
(
PndFtsHit
*currenthit);
25
PndFtsRecoHit2
(
PndFtsHit
*currenthit,
const
genfit::TrackCandHit
*
hit
, TClonesArray *tubeArr);
26
27
virtual
~PndFtsRecoHit2
();
28
29
virtual
genfit::AbsMeasurement
*
clone
(){
return
new
PndFtsRecoHit2
(*
this
);};
30
31
32
private
:
33
34
// Private Data Members ------------
35
36
protected
:
37
static
const
int
NparHitRep
= 7;
38
39
// Private Methods -----------------
40
41
public
:
42
ClassDef(
PndFtsRecoHit2
,1)
43
44
};
45
46
#endif
47
48
//--------------------------------------------------------------
49
// $Log$
50
//--------------------------------------------------------------
PndFtsRecoHit2
Definition:
PndFtsRecoHit2.h:19
PndFtsHit.h
genfit::TrackCandHit
Hit object for use in TrackCand. Provides IDs and sorting parameters.
Definition:
TrackCandHit.h:34
PndFtsHit
Definition:
PndFtsHit.h:17
PndFtsRecoHit2::NparHitRep
static const int NparHitRep
Definition:
PndFtsRecoHit2.h:37
genfit::WireMeasurement
Class for measurements in wire detectors (Straw tubes and drift chambers) which do not measure the co...
Definition:
WireMeasurement.h:52
PndFtsRecoHit2::~PndFtsRecoHit2
virtual ~PndFtsRecoHit2()
WireTrackCandHit.h
hit
int hit(Int_t nEvents=0, TString inFile="sim.root", TString parFile="par.root", TString inDigi="digi.root", TString outFile="hit.root", Int_t timeBased=0)
Definition:
hit.C:1
genfit::AbsMeasurement
Contains the measurement and covariance in raw detector coordinates.
Definition:
AbsMeasurement.h:42
PndFtsRecoHit2::clone
virtual genfit::AbsMeasurement * clone()
Definition:
PndFtsRecoHit2.h:29
WireMeasurement.h
PndFtsRecoHit2::PndFtsRecoHit2
PndFtsRecoHit2()
Definition:
PndFtsRecoHit2.cxx:41
Generated on Sun Aug 18 2019 03:01:27 for FairRoot/PandaRoot by
1.8.8