Parent Directory | Revision Log | Patch
revision 1.1.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 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |