/[PAMELA software]/DarthVader/TrackerLevel2/src/TrkLevel1.cpp
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/src/TrkLevel1.cpp

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

revision 1.8 by pam-fi, Wed Nov 8 16:42:28 2006 UTC revision 1.9 by pam-fi, Fri Nov 24 16:44:15 2006 UTC
# Line 390  void TrkLevel1::Dump(){ Line 390  void TrkLevel1::Dump(){
390      cout<<"DSP status: ";      cout<<"DSP status: ";
391      for(Int_t i=0; i<12 ; i++)cout<<good[i]<<" ";      for(Int_t i=0; i<12 ; i++)cout<<good[i]<<" ";
392      cout<<endl;      cout<<endl;
393        cout<<"VA1 mask : "<<endl;
394        for(Int_t i=0; i<12 ; i++){
395            for(Int_t ii=0; ii<24 ; ii++){
396                Int_t mask = cnn[ii][i];
397                if(mask>0)mask=1;
398                cout<<mask<<" ";
399            }
400            cout <<endl;
401        }
402            
403      TClonesArray &t  = *Cluster;      TClonesArray &t  = *Cluster;
404      for(int i=0; i<this->nclstr(); i++)     ((TrkCluster *)t[i])->Dump();      for(int i=0; i<this->nclstr(); i++)     ((TrkCluster *)t[i])->Dump();

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.23