00001
00002
00003
00004
00005
00006
00007
00008
00009
00011 #ifndef CONCATARRAYS_H
00012 #define CONCATARRAYS_H
00013
00014 #include "Record/SimSnarlRecord.h"
00015 #include "TClonesArray.h"
00016
00017 namespace ConcatArrays
00018 {
00019 void ConcatDigiScintHits (TClonesArray* addList, TClonesArray* permList,
00020 Int_t permStdHepSz);
00021 void ConcatFluxInfo (TClonesArray* addList, TClonesArray* permList);
00022 void ConcatFluxWgt (TClonesArray* addList, TClonesArray* permList);
00023 void ConcatNuEvtKin (TClonesArray* addList, TClonesArray* permList,
00024 TClonesArray* stdhepList);
00025 void ConcatNuKin (TClonesArray* addList, TClonesArray* permList);
00026 void ConcatStdHep (TClonesArray* addList, TClonesArray* permList);
00027 void OffsetTime (TClonesArray* tcarray, Float_t offset = 0.);
00028 }
00029 #endif // CONCATARRAYS_H
00030