909 |
* NB If the TrkLevel1 object is readout from a tree, and the |
* NB If the TrkLevel1 object is readout from a tree, and the |
910 |
* TrkLevel1::ProcessEvent(int pfa) is used to reprocess the event, attention |
* TrkLevel1::ProcessEvent(int pfa) is used to reprocess the event, attention |
911 |
* should be payed to the fact that single clusters (clusters not associated |
* should be payed to the fact that single clusters (clusters not associated |
912 |
* with any track) might not be stored. Full reprocessing should be done from |
* with any track) might not be stored. Full reprocessing should be done starting |
913 |
* level0 data. |
* from level0 data. |
914 |
*/ |
*/ |
915 |
int TrkLevel1::ProcessEvent(int pfa){ |
//int TrkLevel1::ProcessEvent(int pfa){ |
916 |
|
int TrkLevel1::ProcessEvent(){ |
917 |
|
|
918 |
// cout << "int TrkLevel1::ProcessEvent()" << endl; |
// cout << "int TrkLevel1::ProcessEvent()" << endl; |
919 |
TrkParams::Load( ); |
TrkParams::Load( ); |
922 |
GetLevel1Struct(); |
GetLevel1Struct(); |
923 |
|
|
924 |
// analysisflight_(&pfa); |
// analysisflight_(&pfa); |
925 |
TrkParams::SetPFA(pfa); |
// TrkParams::SetPFA(pfa); |
926 |
analysisflight_(); |
analysisflight_(); |
927 |
|
|
928 |
return 1; |
return 1; |