GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » [FIXED] Regarding Match of Track Id
Re: Regarding Match of Track Id [message #15612 is a reply to message #15611] Tue, 29 October 2013 17:23 Go to previous messageGo to previous message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: *to.infn.it
If you take a look into this macro, you can see you forgot the event loop on the tree:

  Int_t nEntries =  t->GetEntriesFast();
  for (Int_t j=0; j< nEntries; j++)
    {
      t->GetEntry(j);

      for (Int_t k=0; k<ftof_array->GetEntriesFast(); k++)
        {
          PndFtofPoint* tofpoint = (PndFtofPoint*)ftof_array->At(k);
           cout<<"This is Ftof entry number "<< k<<endl;
        }
    }
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [FIXED] Bug in DIRC correlation
Next Topic: [FIXED] problem with apr13 release
Goto Forum:
  


Current Time: Thu Mar 28 09:46:41 CET 2024

Total time taken to generate the page: 0.00954 seconds