#include <ANtpRecoNtpManipulator.h>
|
|
Definition at line 27 of file ANtpRecoNtpManipulator.cxx. References MSG. 00027 : 00028 fEventManipulator(0), 00029 fSnarlManipulator(0), 00030 fSliceManipulator(0), 00031 fMCManipulator(0), 00032 fNtpMCRecord(0), 00033 fNtpSRRecord(0), 00034 fNtpSRShieldStrip(0), 00035 fNtpTHRecord(0) 00036 { 00037 00038 MSG("ANtpRecoNtpManipulator", Msg::kDebug) << "ANtpRecoNtpManipulator::Constructor" << endl; 00039 00040 }
|
|
||||||||||||||||
|
|
|
Definition at line 158 of file ANtpRecoNtpManipulator.cxx. References MSG. 00159 {
00160 if(fEventManipulator) delete fEventManipulator;
00161 if(fSnarlManipulator) delete fSnarlManipulator;
00162 if(fSliceManipulator) delete fSliceManipulator;
00163 if(fMCManipulator) delete fMCManipulator;
00164
00165 MSG("ANtpRecoNtpManipulator", Msg::kDebug) << "ANtpRecoNtpManipulator::Destructor" << endl;
00166
00167 }
|
|
|
Definition at line 216 of file ANtpRecoNtpManipulator.cxx. Referenced by CondensedNtpModule::Ana(). 00217 {
00218 return fNtpSRCosmicRay;
00219 }
|
|
|
Definition at line 222 of file ANtpRecoNtpManipulator.cxx. 00223 {
00224 return fNtpSRDmxStatus;
00225 }
|
|
|
Definition at line 258 of file ANtpRecoNtpManipulator.cxx. 00259 {
00260 return fEventArray;
00261 }
|
|
|
Definition at line 170 of file ANtpRecoNtpManipulator.cxx. Referenced by CondensedNtpModule::Ana(), ANtpTrackInfoAna::Analyze(), ANtpShowerInfoAna::Analyze(), and ANtpAnalysisInfoAna::Analyze(). 00171 {
00172 return fEventManipulator;
00173 }
|
|
|
Definition at line 288 of file ANtpRecoNtpManipulator.cxx. Referenced by CondensedNtpModule::Ana(). 00289 {
00290 return fMCArray;
00291 }
|
|
|
Definition at line 188 of file ANtpRecoNtpManipulator.cxx. Referenced by CondensedNtpModule::Ana(), and ANtpTruthInfoBeamAna::Analyze(). 00189 {
00190 return fMCManipulator;
00191 }
|
|
|
Definition at line 228 of file ANtpRecoNtpManipulator.cxx. Referenced by CondensedNtpModule::Ana(). 00229 {
00230 return fRun;
00231 }
|
|
|
Definition at line 200 of file ANtpRecoNtpManipulator.cxx. References fNtpSRShieldStrip, and fVetoStripArray. 00201 {
00202 fNtpSRShieldStrip = 0;
00203
00204 fNtpSRShieldStrip = dynamic_cast<NtpSRShieldStrip *>(fVetoStripArray->At(index));
00205
00206 return fNtpSRShieldStrip;
00207 }
|
|
|
Definition at line 264 of file ANtpRecoNtpManipulator.cxx. 00265 {
00266 return fShowerArray;
00267 }
|
|
|
Definition at line 276 of file ANtpRecoNtpManipulator.cxx. 00277 {
00278 return fSliceArray;
00279 }
|
|
|
Definition at line 182 of file ANtpRecoNtpManipulator.cxx. 00183 {
00184 return fSliceManipulator;
00185 }
|
|
|
Definition at line 240 of file ANtpRecoNtpManipulator.cxx. Referenced by CondensedNtpModule::Ana(). 00241 {
00242 return fSnarl;
00243 }
|
|
|
Definition at line 194 of file ANtpRecoNtpManipulator.cxx. Referenced by CondensedNtpModule::Ana(). 00195 {
00196 return fNtpSREventSummary;
00197 }
|
|
|
Definition at line 176 of file ANtpRecoNtpManipulator.cxx. 00177 {
00178 return fSnarlManipulator;
00179 }
|
|
|
Definition at line 210 of file ANtpRecoNtpManipulator.cxx. 00211 {
00212 return fNtpSRShieldSummary;
00213 }
|
|
|
Definition at line 282 of file ANtpRecoNtpManipulator.cxx. Referenced by CondensedNtpModule::Ana(), and ANtpTruthInfoBeamAna::Analyze(). 00283 {
00284 return fStdArray;
00285 }
|
|
|
Definition at line 246 of file ANtpRecoNtpManipulator.cxx. 00247 {
00248 return fStripArray;
00249 }
|
|
|
Definition at line 234 of file ANtpRecoNtpManipulator.cxx. Referenced by CondensedNtpModule::Ana(). 00235 {
00236 return fSubRun;
00237 }
|
|
|
Definition at line 306 of file ANtpRecoNtpManipulator.cxx. 00307 {
00308 return fTHEvtArray;
00309 }
|
|
|
Definition at line 300 of file ANtpRecoNtpManipulator.cxx. 00301 {
00302 return fTHShwArray;
00303 }
|
|
|
Definition at line 294 of file ANtpRecoNtpManipulator.cxx. 00295 {
00296 return fTHStpArray;
00297 }
|
|
|
Definition at line 312 of file ANtpRecoNtpManipulator.cxx. 00313 {
00314 return fTHTrkArray;
00315 }
|
|
|
Definition at line 270 of file ANtpRecoNtpManipulator.cxx. 00271 {
00272 return fTrackArray;
00273 }
|
|
|
Definition at line 252 of file ANtpRecoNtpManipulator.cxx. 00253 {
00254 return fVetoStripArray;
00255 }
|
|
||||||||||||
|
Definition at line 328 of file ANtpRecoNtpManipulator.cxx. References fEventManipulator, fSnarlManipulator, ANtpSnarlManipulator::SetPrimaryShowerCriteria(), and ANtpEventManipulator::SetPrimaryShowerCriteria(). Referenced by CondensedNtpModule::Ana(), ANtpShowerInfoAna::Analyze(), and ANtpAnalysisInfoAna::Analyze(). 00329 {
00330 fEventManipulator->SetPrimaryShowerCriteria(useNPlanes, usePH);
00331 fSnarlManipulator->SetPrimaryShowerCriteria(useNPlanes, usePH);
00332
00333 return;
00334 }
|
|
||||||||||||||||
|
Definition at line 318 of file ANtpRecoNtpManipulator.cxx. References fEventManipulator, fSnarlManipulator, ANtpSnarlManipulator::SetPrimaryTrackCriteria(), and ANtpEventManipulator::SetPrimaryTrackCriteria(). Referenced by CondensedNtpModule::Ana(), ANtpTrackInfoAna::Analyze(), and ANtpAnalysisInfoAna::Analyze(). 00320 {
00321 fEventManipulator->SetPrimaryTrackCriteria(useNPlanes, useLength, usePH);
00322 fSnarlManipulator->SetPrimaryTrackCriteria(useNPlanes, useLength, usePH);
00323
00324 return;
00325 }
|
|
||||||||||||||||
|
|
|
Definition at line 98 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), and SetRecord(). |
|
|
Definition at line 79 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), SetPrimaryShowerCriteria(), SetPrimaryTrackCriteria(), and SetRecord(). |
|
|
Definition at line 104 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), and SetRecord(). |
|
|
Definition at line 82 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), and SetRecord(). |
|
|
Definition at line 84 of file ANtpRecoNtpManipulator.h. Referenced by SetRecord(). |
|
|
Definition at line 86 of file ANtpRecoNtpManipulator.h. Referenced by SetRecord(). |
|
|
Definition at line 87 of file ANtpRecoNtpManipulator.h. Referenced by SetRecord(). |
|
|
Definition at line 88 of file ANtpRecoNtpManipulator.h. Referenced by SetRecord(). |
|
|
Definition at line 85 of file ANtpRecoNtpManipulator.h. Referenced by SetRecord(). |
|
|
Definition at line 89 of file ANtpRecoNtpManipulator.h. Referenced by GetShieldStrip(), and SetRecord(). |
|
|
Definition at line 90 of file ANtpRecoNtpManipulator.h. Referenced by SetRecord(). |
|
|
Definition at line 92 of file ANtpRecoNtpManipulator.h. Referenced by SetRecord(). |
|
|
Definition at line 91 of file ANtpRecoNtpManipulator.h. Referenced by SetRecord(). |
|
|
Definition at line 94 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(). |
|
|
Definition at line 100 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), and SetRecord(). |
|
|
Definition at line 103 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), and SetRecord(). |
|
|
Definition at line 81 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), and SetRecord(). |
|
|
Definition at line 96 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(). |
|
|
Definition at line 80 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), SetPrimaryShowerCriteria(), SetPrimaryTrackCriteria(), and SetRecord(). |
|
|
Definition at line 105 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), and SetRecord(). |
|
|
Definition at line 101 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), and SetRecord(). |
|
|
Definition at line 95 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(). |
|
|
Definition at line 109 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), and SetRecord(). |
|
|
Definition at line 106 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), and SetRecord(). |
|
|
Definition at line 108 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), and SetRecord(). |
|
|
Definition at line 107 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), and SetRecord(). |
|
|
Definition at line 99 of file ANtpRecoNtpManipulator.h. Referenced by ANtpRecoNtpManipulator(), and SetRecord(). |
|
|
Definition at line 102 of file ANtpRecoNtpManipulator.h. Referenced by GetShieldStrip(), and SetRecord(). |
1.3.9.1