Class Reference for E1039 Core & Analysis Software
SQSingleMuonTruthInfo.h
Go to the documentation of this file.
1 #ifndef _SQSingleMuonTruthInfo_H
2 #define _SQSingleMuonTruthInfo_H
3 
4 #include <phool/PHObject.h>
5 
6 #include <iostream>
7 #include <TLorentzVector.h>
8 
10 {
11 public:
13  virtual ~SQSingleMuonTruthInfo();
14 
15  void identify(std::ostream& os = std::cout) const;
16  void Reset();
17  int isValid() const { return 1; };
18  SQSingleMuonTruthInfo* Clone() const { return (new SQSingleMuonTruthInfo(*this)); }
19 
20 public:
21  int motherPid;
22  TVector3 motherMom;
23  TVector3 motherVtx;
24 
25  double decayLength;
26  TVector3 muMom;
27  TVector3 muVtx;
28 
29 private:
30  ClassDef(SQSingleMuonTruthInfo, 1)
31 
32 };
33 
34 #endif
int isValid() const
isValid returns non zero if object contains vailid data
void identify(std::ostream &os=std::cout) const
SQSingleMuonTruthInfo * Clone() const