| 24 |
#include <NDLevel2.h> |
#include <NDLevel2.h> |
| 25 |
#include <AcLevel2.h> |
#include <AcLevel2.h> |
| 26 |
#include <OrbitalInfo.h> |
#include <OrbitalInfo.h> |
| 27 |
|
#include <InclinationInfo.h> // EMILIANO, now this library is included in libDarthVader.so |
| 28 |
|
// and the header installed in $PAM_INC. If you get the |
| 29 |
|
// 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 |
|
|
| 61 |
///////////////////////////////////////////////////////////////////////////// |
///////////////////////////////////////////////////////////////////////////// |
| 62 |
/** |
/** |
| 63 |
* \brief Class to describe GP output (to be moved to PamelaDigitizer) |
* \brief Class to describe GP output (to be moved to PamelaDigitizer) |
| 64 |
* |
* |
| 65 |
*/ |
*/ |
| 66 |
|
|
| 67 |
class GPamela : public TObject { |
class GPamela : public TObject { |
| 217 |
/** |
/** |
| 218 |
* \brief Class to describe particle tracks in the apparatus, including tracker and track-related variables from other detectors (calorimeter and TOF). |
* \brief Class to describe particle tracks in the apparatus, including tracker and track-related variables from other detectors (calorimeter and TOF). |
| 219 |
* |
* |
| 220 |
* This class inherites from TrkTrack, CaloTrkVar ecc... |
* This class inherites from TrkTrack, CaloTrkVar ecc... |
| 221 |
* |
* |
| 222 |
*/ |
*/ |
| 223 |
//class PamTrack : public TrkTrack, public CaloTrkVar, public ToFTrkVar { |
//class PamTrack : public TrkTrack, public CaloTrkVar, public ToFTrkVar { |
| 224 |
class PamTrack : public TObject { |
class PamTrack : public TObject { |
| 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 |
/** |
/** |
| 265 |
* \brief Class to describe PAMELA LEVEL2 data. |
* \brief Class to describe PAMELA LEVEL2 data. |
| 266 |
* |
* |
| 267 |
* This class inherites from TrkLevel2, CaloLevel2 ecc... and it overrides the TrkLevel2:GetTrack(int it) and TrkLevel2:GetTrackImage(int it) methods. |
* This class inherites from TrkLevel2, CaloLevel2 ecc... and it overrides the TrkLevel2:GetTrack(int it) and TrkLevel2:GetTrackImage(int it) methods. |
| 268 |
* This allows to solve the tracker ambiguity (that is, to choose between track images) by using also information from other detectors. |
* This allows to solve the tracker ambiguity (that is, to choose between track images) by using also information from other detectors. |
| 269 |
*/ |
*/ |
| 270 |
|
|
| 271 |
//class PamLevel2 : public CaloLevel2, public CaloLevel1, public ToFLevel2, public TrkLevel2, public TrkLevel1, public TrkHough, public TrigLevel2, public S4Level2, public NDLevel2, public AcLevel2, public OrbitalInfo { |
//class PamLevel2 : public CaloLevel2, public CaloLevel1, public ToFLevel2, public TrkLevel2, public TrkLevel1, public TrkHough, public TrigLevel2, public S4Level2, public NDLevel2, public AcLevel2, public OrbitalInfo { |
| 272 |
class PamLevel2 : public TObject { |
class PamLevel2 : public TObject { |
| 273 |
|
|
| 281 |
Long64_t runfirstentry; //first entry of run, relative to the TChain |
Long64_t runfirstentry; //first entry of run, relative to the TChain |
| 282 |
Long64_t runlastentry; //last entry of run, relative to the TChain |
Long64_t runlastentry; //last entry of run, relative to the TChain |
| 283 |
Long64_t irunentry; //position of current entry, relative to the run |
Long64_t irunentry; //position of current entry, relative to the run |
| 284 |
|
Long64_t totrunentry; |
| 285 |
|
Long64_t totrunentrymax; |
| 286 |
|
Long64_t totrunentrymin; |
| 287 |
|
ULong64_t prevabstime; // abs time of previous event |
| 288 |
|
UInt_t prevpktnum; // packet number of previous event |
| 289 |
|
ULong64_t abstime; // current abs time |
| 290 |
|
UInt_t pktnum; // current packet number |
| 291 |
|
Bool_t isFragment; |
| 292 |
|
Bool_t isSync; ///< the file is fully sinchronized between L2 and L0/DB data |
| 293 |
|
Bool_t hasL0EE; ///< backward compatibility flag for preselected event list |
| 294 |
|
Long64_t il0entry; ///< entry of level0 file in selection list |
| 295 |
TChain* run_tree; |
TChain* run_tree; |
| 296 |
TTree* run_tree_clone; |
TTree* run_tree_clone; |
| 297 |
TChain* sel_tree; |
TChain* sel_tree; |
| 298 |
TTree* sel_tree_clone; |
TTree* sel_tree_clone; |
| 299 |
int *irunoffset; |
int *irunoffset; |
| 300 |
|
GL_TIMESYNC *gltsync; // Emiliano |
| 301 |
|
Bool_t fUpdateRunInfo; // Emiliano |
| 302 |
|
|
| 303 |
// ------------------------------------------- |
// ------------------------------------------- |
| 304 |
// variables to store total live and dead time |
// variables to store total live and dead time |
| 305 |
// ------------------------------------------- |
// ------------------------------------------- |
| 306 |
ULong64_t totdltime[3];// 0=live 1=dead 2=n.events |
ULong64_t totdltime[3];// 0=live 1=dead 2=n.events |
| 307 |
|
|
| 308 |
// --------------------------------- |
// --------------------------------- |
| 309 |
// variables to retrieve level0 info |
// variables to retrieve level0 info |
| 310 |
// --------------------------------- |
// --------------------------------- |
| 311 |
TFile* l0_file; |
TFile* l0_file; |
| 312 |
TTree* l0_tree; |
TTree* l0_tree; |
| 313 |
Int_t iroot; |
Int_t iroot; |
| 314 |
Int_t prevshift; // to remember if any shift is needed to synchronize l0 and l2 data instead of calculating any time |
Long64_t prevshift; // shift needed to sync level2 data with the DB (nested+DV_skipped packets) - global position in level2 file EM |
| 315 |
Int_t maxshift; // EMILIANO maximum discrepancy between L2 and L0 data (the bigger the better concering synch but the processing speed drops) default = 10 |
Long64_t yprevshift; // shift needed to sync level2 data with level0 data (nested+DV_skipped packets) - run wise EM |
| 316 |
|
Int_t maxshift; // EMILIANO maximum discrepancy between L2 and L0 data (the bigger the better concering synch but the processing speed drops) default = 10 |
| 317 |
// -------------------------------------------- |
// -------------------------------------------- |
| 318 |
// variables to store Level0 info (if required) |
// variables to store Level0 info (if required) |
| 319 |
// -------------------------------------------- |
// -------------------------------------------- |
| 336 |
TTree* pam_tree_clone[NCLONES]; |
TTree* pam_tree_clone[NCLONES]; |
| 337 |
|
|
| 338 |
// -------------------------------------------- |
// -------------------------------------------- |
| 339 |
// variables to store Level1-2 info |
// variables to store Level1-2 info |
| 340 |
// -------------------------------------------- |
// -------------------------------------------- |
| 341 |
TrkLevel1* trk1_obj; |
TrkLevel1* trk1_obj; |
| 342 |
TrkLevel2* trk2_obj; |
TrkLevel2* trk2_obj; |
| 362 |
// ----------------------------------- |
// ----------------------------------- |
| 363 |
TClonesArray *tsorted; |
TClonesArray *tsorted; |
| 364 |
TClonesArray *timage; |
TClonesArray *timage; |
| 365 |
PamTrack *track; //store the last required |
PamTrack *track; //store the last required |
| 366 |
TString howtosort; |
TString howtosort; |
| 367 |
Float_t sortthr; |
Float_t sortthr; |
| 368 |
|
|
| 369 |
|
Bool_t issorted; // true if the current event has already been sorted with the current sort criteria |
| 370 |
|
Long64_t lastsorted; // the last event whose tracks has been sorted |
| 371 |
// -------------------------------------- |
// -------------------------------------- |
| 372 |
// flags to load level0-1-2 trees/braches |
// flags to load level0-1-2 trees/braches |
| 373 |
// -------------------------------------- |
// -------------------------------------- |
| 398 |
Bool_t ISGP; // GP simulation (...sort of patch, to skip OBT check, since OrbitalInfo is sometime missing) |
Bool_t ISGP; // GP simulation (...sort of patch, to skip OBT check, since OrbitalInfo is sometime missing) |
| 399 |
Int_t SELLI; // tree of selected events (there is a selection list) |
Int_t SELLI; // tree of selected events (there is a selection list) |
| 400 |
|
|
| 401 |
|
Bool_t DBG; |
| 402 |
|
|
| 403 |
void Initialize(); |
void Initialize(); |
| 404 |
|
|
| 405 |
|
|
| 406 |
public: |
public: |
| 407 |
|
|
| 408 |
|
PamLevel2(TString ddir,TList *list,TString detlist); |
| 409 |
PamLevel2(TString ddir,TString list,TString detlist); |
PamLevel2(TString ddir,TString list,TString detlist); |
| 410 |
PamLevel2(TString ddir,TString list); |
PamLevel2(TString ddir,TString list); |
| 411 |
PamLevel2(); |
PamLevel2(); |
| 412 |
~PamLevel2(){Delete();}; |
~PamLevel2(){Delete();}; |
| 413 |
|
|
| 414 |
void Clear(); |
void Clear(); |
| 415 |
void Reset(); |
void Reset(); |
| 416 |
void Delete(); |
void Delete(); |
| 417 |
|
|
| 418 |
|
|
| 419 |
// ============================================= |
// ============================================= |
| 420 |
// methods needed to read/write Level0-1-2 trees |
// methods needed to read/write Level0-1-2 trees |
| 421 |
// ============================================= |
// ============================================= |
| 423 |
void GetWhichTrees(TFile*); |
void GetWhichTrees(TFile*); |
| 424 |
|
|
| 425 |
TTree* GetPamTree(TFile*,TString); |
TTree* GetPamTree(TFile*,TString); |
| 426 |
TTree* GetPamTree(TFile* f){return GetPamTree(f,"");}; |
TTree* GetPamTree(TFile* f){return GetPamTree(f,"");}; |
| 427 |
|
|
| 428 |
TList* GetListOfLevel2Files(TString, TString); |
TList* GetListOfLevel2Files(TString, TString); |
| 429 |
Bool_t CheckLevel2File(TString); |
Bool_t CheckLevel2File(TString); |
| 435 |
TTree* GetRunTree(TFile*); |
TTree* GetRunTree(TFile*); |
| 436 |
TChain* GetRunTree(TList*); |
TChain* GetRunTree(TList*); |
| 437 |
TChain* GetRunTree(TString ddir,TString list){ return GetRunTree(GetListOfLevel2Files(ddir,list)); }; |
TChain* GetRunTree(TString ddir,TString list){ return GetRunTree(GetListOfLevel2Files(ddir,list)); }; |
| 438 |
Bool_t UpdateRunInfo(Long64_t);//{ return UpdateRunInfo(run_tree,iev); }; |
Bool_t UpdateRunInfo(Long64_t);///< new implementation to solve Mori's bug |
| 439 |
Bool_t UpdateRunInfo(TTree *,Long64_t); |
Bool_t UpdateRunInfo(TTree *,Long64_t); |
| 440 |
Bool_t UpdateRunInfo(TChain *,Long64_t); |
Bool_t UpdateRunInfo(TChain *,Long64_t); |
| 441 |
|
|
| 442 |
|
void SkipRunInfoUpdate(); // Emiliano |
| 443 |
|
void DoRunInfoUpdate(){fUpdateRunInfo = true;}; // [default] Emiliano |
| 444 |
|
void NoDBconnections(){SkipRunInfoUpdate();}; // Emiliano |
| 445 |
|
|
| 446 |
void CreateCloneTrees0(TChain *fChain, TFile* file); |
void CreateCloneTrees0(TChain *fChain, TFile* file); |
| 447 |
void CreateCloneTrees(TFile* file); |
void CreateCloneTrees(TFile* file); |
| 448 |
void CreateCloneTrees(){CreateCloneTrees(NULL);}; |
void CreateCloneTrees(){CreateCloneTrees(NULL);}; |
| 455 |
|
|
| 456 |
// Int_t GetEntry(Int_t); |
// Int_t GetEntry(Int_t); |
| 457 |
Int_t GetEntry(Long64_t); |
Int_t GetEntry(Long64_t); |
| 458 |
Int_t GetYodaEntry(); |
Long64_t GetReadEntry(); |
| 459 |
|
Int_t GetYodaEntry(); |
| 460 |
|
Int_t GetYodaEntry_bckw_compat(); |
| 461 |
|
|
| 462 |
|
void SetMaxShift(Int_t sh); // EMILIANO method to change the maxshift variable |
| 463 |
|
|
|
void SetMaxShift(Int_t sh){ maxshift = sh; return;}; // EMILIANO method to change the maxshift variable |
|
|
|
|
| 464 |
Long64_t GetEntries(){return pam_tree->GetEntries();}; |
Long64_t GetEntries(){return pam_tree->GetEntries();}; |
| 465 |
TChain* GetPamTree(){return pam_tree;}; |
TChain* GetPamTree(){return pam_tree;}; |
| 466 |
TChain* GetRunTree(){return run_tree;}; |
TChain* GetRunTree(){return run_tree;}; |
| 502 |
OrbitalInfo *GetOrbitalInfo(){ return orb_obj; }; |
OrbitalInfo *GetOrbitalInfo(){ return orb_obj; }; |
| 503 |
GL_RUN *GetRunInfo() { return run_obj; }; |
GL_RUN *GetRunInfo() { return run_obj; }; |
| 504 |
SoftInfo *GetSoftInfo() { return soft_obj; }; // Emiliano |
SoftInfo *GetSoftInfo() { return soft_obj; }; // Emiliano |
| 505 |
GPamela *GetGPamela() { return gp_obj; }; |
GPamela *GetGPamela() { return gp_obj; }; |
| 506 |
|
|
| 507 |
// ============================================== |
// ============================================== |
| 508 |
// methods to retrieve subdetectors stored tracks |
// methods to retrieve subdetectors stored tracks |
| 510 |
TrkTrack* GetTrkStoredTrack(int seqno){return trk2_obj->TrkLevel2::GetStoredTrack(seqno); }; |
TrkTrack* GetTrkStoredTrack(int seqno){return trk2_obj->TrkLevel2::GetStoredTrack(seqno); }; |
| 511 |
CaloTrkVar* GetCaloStoredTrack(int); |
CaloTrkVar* GetCaloStoredTrack(int); |
| 512 |
ToFTrkVar* GetToFStoredTrack(int); |
ToFTrkVar* GetToFStoredTrack(int); |
| 513 |
|
OrbitalInfoTrkVar* GetOrbitalInfoStoredTrack(int); |
| 514 |
// |
// |
| 515 |
PamTrack* GetPamTrackAlong(TrkTrack*); |
PamTrack* GetPamTrackAlong(TrkTrack*); |
| 516 |
// PamTrack* GetPamTrackAlong(CaloTrkVar*); //se serve |
// PamTrack* GetPamTrackAlong(CaloTrkVar*); //se serve |
| 517 |
// PamTrack* GetPamTrackAlong(ToFTrkVar*); //se serve |
// PamTrack* GetPamTrackAlong(ToFTrkVar*); //se serve |
| 518 |
|
|
| 519 |
// ================================= |
// ================================= |
| 520 |
// methods to retrieve pamela tracks |
// methods to retrieve pamela tracks |
| 521 |
// ================================= |
// ================================= |
| 527 |
TClonesArray* GetTracks(); //return sorted_tracks |
TClonesArray* GetTracks(); //return sorted_tracks |
| 528 |
PamTrack* GetTrack(int); |
PamTrack* GetTrack(int); |
| 529 |
PamTrack* GetTrackImage(int); |
PamTrack* GetTrackImage(int); |
| 530 |
void SetSortingMethod(TString how){ howtosort = how; return;}; |
void SetSortingMethod(TString how); |
| 531 |
TString GetSortingMethod(){return howtosort;}; |
TString GetSortingMethod(){return howtosort;}; |
| 532 |
void SetNucleiSortingThreshold(Float_t nucleithr){ sortthr = nucleithr; return;}; |
void SetNucleiSortingThreshold(Float_t nucleithr){ sortthr = nucleithr; return;}; |
| 533 |
Float_t GetNucleiSortingThreshold(){ return sortthr;}; |
Float_t GetNucleiSortingThreshold(){ return sortthr;}; |
| 534 |
|
|
| 535 |
// ================================= |
// ================================= |
| 536 |
// other methods |
// other methods |
| 537 |
// ================================= |
// ================================= |
| 564 |
|
|
| 565 |
Bool_t IsRUN(){return RUN;}; |
Bool_t IsRUN(){return RUN;}; |
| 566 |
|
|
| 567 |
Bool_t IsGood(); |
Bool_t IsGood(Bool_t strict=true); |
| 568 |
|
|
| 569 |
Int_t IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list) |
Int_t IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list) |
| 570 |
|
void SetSELLI(Int_t selli){SELLI=selli;}; |
| 571 |
|
|
| 572 |
Bool_t IsGP(){return ISGP;}; |
Bool_t IsGP(){return ISGP;}; |
| 573 |
|
|
| 574 |
void SetGP(Bool_t tt){ISGP=tt;}; |
void SetGP(Bool_t tt){ISGP=tt;}; |
| 575 |
|
|
| 576 |
|
void SetDebug(Bool_t set){ DBG=set; TrkParams::SetVerboseMode(); }; |
| 577 |
|
|
| 578 |
|
|
| 579 |
ClassDef(PamLevel2,1); |
ClassDef(PamLevel2,2); |
| 580 |
}; |
}; |
| 581 |
|
|
| 582 |
//=============================================================================================== |
//=============================================================================================== |