#include <CandShowerAtNuList.h>
Inheritance diagram for CandShowerAtNuList:

Public Member Functions | |
| CandShowerAtNuList () | |
Static Public Member Functions | |
| CandShowerAtNuListHandle | MakeCandidate (AlgHandle &ah, CandContext &cx) |
Protected Member Functions | |
| CandShowerAtNuList (AlgHandle &ah) | |
| CandShowerAtNuList (AlgHandle &ah, CandHandle &ch, CandContext &cx) | |
| CandShowerAtNuList (const CandShowerAtNuList &rhs) | |
| virtual | ~CandShowerAtNuList () |
| virtual CandShowerAtNuList * | Dup () const |
Private Attributes | |
| Double_t | fCPUTime |
Friends | |
| class | CandShowerAtNuListHandle |
|
|
Definition at line 16 of file CandShowerAtNuList.cxx. References MSG. Referenced by Dup(), and MakeCandidate(). 00016 : 00017 fCPUTime(0.0) 00018 { 00019 MSG("CandShowerAtNuList", Msg::kDebug) << " " << endl; 00020 }
|
|
|
Definition at line 22 of file CandShowerAtNuList.cxx. 00022 : 00023 CandShowerList(ah), 00024 fCPUTime(0.0) 00025 { 00026 00027 }
|
|
||||||||||||||||
|
Definition at line 29 of file CandShowerAtNuList.cxx. References CandShowerAtNuListHandle, AlgHandle::RunAlg(), and CandBase::SetLocalHandle(). 00029 : 00030 CandShowerList(ah), 00031 fCPUTime(0.0) 00032 { 00033 SetLocalHandle(new CandShowerAtNuListHandle(this)); 00034 {CandShowerAtNuListHandle ctlh(this); ch = ctlh;} 00035 ah.RunAlg(ch, cx); 00036 }
|
|
|
Definition at line 38 of file CandShowerAtNuList.cxx. 00038 : 00039 CandShowerList(rhs), 00040 fCPUTime(rhs.fCPUTime) 00041 { 00042 00043 }
|
|
|
Definition at line 45 of file CandShowerAtNuList.cxx. 00046 {
00047
00048 }
|
|
|
Reimplemented from CandShowerList. Definition at line 50 of file CandShowerAtNuList.cxx. References CandBase::AddDaughterLink(), CandShowerAtNuList(), CandShowerList::CreateLocalHandle(), and CandBase::GetDaughterIterator(). 00051 {
00052 CandShowerAtNuList *cb = new CandShowerAtNuList(*this);
00053 cb->CreateLocalHandle();
00054 TIter iterdau = GetDaughterIterator();
00055 CandHandle *dau;
00056 while ((dau=(CandHandle *) iterdau())) cb->AddDaughterLink(*dau);
00057 return cb;
00058 }
|
|
||||||||||||
|
Reimplemented from CandShowerList. Definition at line 60 of file CandShowerAtNuList.cxx. References CandShowerAtNuList(). Referenced by AtmosShowerListModule::Reco(), AlgAtNuRecoMCTruth::RunAlg(), and AlgAtNuReco::RunAlg(). 00061 {
00062 CandShowerAtNuListHandle ctlh;
00063 new CandShowerAtNuList(ah, ctlh, cx);
00064 return ctlh;
00065 }
|
|
|
Definition at line 14 of file CandShowerAtNuList.h. Referenced by CandShowerAtNuList(). |
|
|
Definition at line 29 of file CandShowerAtNuList.h. |
1.3.9.1