/[PAMELA software]/gp2root/pPhitMgr.cpp
ViewVC logotype

Diff of /gp2root/pPhitMgr.cpp

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

revision 1.1 by pamela, Wed Apr 19 23:35:57 2006 UTC revision 1.2 by cafagna, Sun Oct 22 08:27:02 2006 UTC
# Line 26  pHit* pPhitMgr::GetpHit(const string &s, Line 26  pHit* pPhitMgr::GetpHit(const string &s,
26    if(s=="CAL") return new pCalHit(c);    if(s=="CAL") return new pCalHit(c);
27    if(s=="TOF") return new pTofHit(c);    if(s=="TOF") return new pTofHit(c);
28    if(s=="CAS") return new pCasHit(c);    if(s=="CAS") return new pCasHit(c);
29      return 0;
30  }  }
31    
32    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23