27 |
#include <InclinationInfo.h> // EMILIANO, now this library is included in libDarthVader.so |
#include <InclinationInfo.h> // EMILIANO, now this library is included in libDarthVader.so |
28 |
// and the header installed in $PAM_INC. If you get the |
// and the header installed in $PAM_INC. If you get the |
29 |
// error "Cannot find InclinationInfo.h" update your DV installation |
// error "Cannot find InclinationInfo.h" update your DV installation |
30 |
|
#include <OrientationInfo.h> // EMILIANO, now this library is included in libDarthVader.so |
31 |
|
// and the header installed in $PAM_INC. If you get the |
32 |
|
// error "Cannot find InclinationInfo.h" update your DV installation |
33 |
#include <RunInfo.h> |
#include <RunInfo.h> |
34 |
#include <GLTables.h> |
#include <GLTables.h> |
35 |
|
|
228 |
TrkTrack* trk_track; |
TrkTrack* trk_track; |
229 |
CaloTrkVar* calo_track; |
CaloTrkVar* calo_track; |
230 |
ToFTrkVar* tof_track; |
ToFTrkVar* tof_track; |
231 |
|
OrbitalInfoTrkVar* orb_track; |
232 |
Int_t pscore; |
Int_t pscore; |
233 |
Int_t iscore; |
Int_t iscore; |
234 |
bool candeleteobj; |
bool candeleteobj; |
238 |
public: |
public: |
239 |
|
|
240 |
PamTrack(); |
PamTrack(); |
241 |
PamTrack(TrkTrack* , CaloTrkVar* , ToFTrkVar* ); |
PamTrack(TrkTrack* , CaloTrkVar* , ToFTrkVar*, OrbitalInfoTrkVar* ); |
242 |
PamTrack(const PamTrack&); |
PamTrack(const PamTrack&); |
243 |
~PamTrack(){ Delete(); }; |
~PamTrack(){ Delete(); }; |
244 |
|
|
256 |
TrkTrack* GetTrkTrack(){return trk_track;}; |
TrkTrack* GetTrkTrack(){return trk_track;}; |
257 |
CaloTrkVar* GetCaloTrack(){return calo_track;}; |
CaloTrkVar* GetCaloTrack(){return calo_track;}; |
258 |
ToFTrkVar* GetToFTrack(){return tof_track;}; |
ToFTrkVar* GetToFTrack(){return tof_track;}; |
259 |
|
OrbitalInfoTrkVar* GetOrbitalInfoTrack(){return orb_track;}; |
260 |
|
|
261 |
ClassDef(PamTrack,1); |
ClassDef(PamTrack,2); |
262 |
}; |
}; |
263 |
|
|
264 |
/** |
/** |
487 |
TrkTrack* GetTrkStoredTrack(int seqno){return trk2_obj->TrkLevel2::GetStoredTrack(seqno); }; |
TrkTrack* GetTrkStoredTrack(int seqno){return trk2_obj->TrkLevel2::GetStoredTrack(seqno); }; |
488 |
CaloTrkVar* GetCaloStoredTrack(int); |
CaloTrkVar* GetCaloStoredTrack(int); |
489 |
ToFTrkVar* GetToFStoredTrack(int); |
ToFTrkVar* GetToFStoredTrack(int); |
490 |
|
OrbitalInfoTrkVar* GetOrbitalInfoStoredTrack(int); |
491 |
// |
// |
492 |
PamTrack* GetPamTrackAlong(TrkTrack*); |
PamTrack* GetPamTrackAlong(TrkTrack*); |
493 |
// PamTrack* GetPamTrackAlong(CaloTrkVar*); //se serve |
// PamTrack* GetPamTrackAlong(CaloTrkVar*); //se serve |