12 #ifndef PNDMICROWRITER_H
13 #define PNDMICROWRITER_H 1
20 #include "TLorentzVector.h"
32 typedef std::map<Int_t, Float_t>
mapper;
43 virtual InitStatus
Init();
47 virtual void Exec(Option_t* opt);
54 void propagate(TLorentzVector &l, TVector3 &
p,
float charge);
virtual void SetParContainers()
TClonesArray * fMicroCandidates
TClonesArray * fEventInfo
virtual InitStatus Init()
TClonesArray * fMcCandidates
TClonesArray * fNeutralCandidates
virtual void Exec(Option_t *opt)
std::map< Int_t, Float_t > mapper
void propagate(TLorentzVector &l, TVector3 &p, float charge)
TClonesArray * fChargedCandidates
ClassDef(PndHypMicroWriter, 1)