/[PAMELA software]/PamCut/CollectionActions/RefitTrackAction/RefitTrackAction.cpp
ViewVC logotype

Diff of /PamCut/CollectionActions/RefitTrackAction/RefitTrackAction.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by pam-fi, Tue May 11 15:16:17 2010 UTC revision 1.1.2.2 by pam-fi, Tue May 11 15:32:09 2010 UTC
# Line 9  Line 9 
9    
10  TRandom3* RefitTrackAction::_r3 = new TRandom3(0);  TRandom3* RefitTrackAction::_r3 = new TRandom3(0);
11  long int RefitTrackAction::_currEvent = -1;  long int RefitTrackAction::_currEvent = -1;
12    TString RefitTrackAction::_currTrkParamsFile = "";
13    
14  void RefitTrackAction::OnGood(PamLevel2 *event) {  void RefitTrackAction::OnGood(PamLevel2 *event) {
15    
16    TrkParams::Set("/wizard/02/pamela_software/installed/pamela/calib/trk-param/align_param-080805-GL1from7/", 5); //DA USARE SOLO PER SIMULAZIONE ROTRASL!!!    // Reload the TRK parameters only if they have been changed (ie., if another instance of
17      // this class used a different set of parameters.
18      if (_trkParamsFile != _currTrkParamsFile) {
19        TrkParams::Set(_trkParamsFile, 5);
20        _currTrkParamsFile = _trkParamsFile;
21      }
22    
23    TrkTrack *trkTrack = event->GetTrack(0)->GetTrkTrack();    TrkTrack *trkTrack = event->GetTrack(0)->GetTrkTrack();
24    if (!trkTrack)    if (!trkTrack)

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.23