Classes | |
| class | CalHelpers::MCDigit |
| class | CalHelpers::MCDigitMap |
Functions | |
| Int_t | GetPlane (const CandDigitHandle &) |
| Int_t | GetBestStrip (const CandDigitHandle &) |
| Int_t | GetBestEnd (const CandDigitHandle &) |
| float | ComputeSine (float p1, float s1, float p2, float s2, float scale_p=5.8, float scale_s=4.1) |
| NavKey | KeyFromPlane (const CandDigitHandle *cdh) |
| NavKey | KeyFromStrip (const CandDigitHandle *cdh) |
| NavKey | KeyFromEnd (const CandDigitHandle *cdh) |
| NavKey | KeyFromTime (const CandDigitHandle *cdh) |
| NavKey | KeyFromCrate (const CandDigitHandle *cdh) |
| NavKey | KeyFromVarc (const CandDigitHandle *cdh) |
| NavKey | KeyFromDigitTime (const CandDigitHandle *cdh) |
|
||||||||||||||||||||||||||||
|
Definition at line 129 of file Helpers.h. References s(). 00131 {
00132 float s= (s2-s1)*scale_s;
00133 float p= (p2-p1)*scale_p;
00134 return s/sqrt(s*s + p*p);
00135 }
|
|
|
Definition at line 124 of file Helpers.h. References PlexSEIdAltL::GetBestSEId(), PlexStripEndId::GetEnd(), and CandDigitHandle::GetPlexSEIdAltL(). Referenced by KeyFromEnd(). 00125 {
00126 return cdh.GetPlexSEIdAltL().GetBestSEId().GetEnd();
00127 }
|
|
|
Definition at line 119 of file Helpers.h. References PlexSEIdAltL::GetBestSEId(), CandDigitHandle::GetPlexSEIdAltL(), and PlexStripEndId::GetStrip(). Referenced by KeyFromStrip(). 00120 {
00121 return cdh.GetPlexSEIdAltL().GetBestSEId().GetStrip();
00122 }
|
|
|
Definition at line 114 of file Helpers.h. References PlexSEIdAltL::GetPlane(), and CandDigitHandle::GetPlexSEIdAltL(). Referenced by Managed::HitManager::ClearXTalk(), Anp::PlotPmt::Collect(), UberModuleLite::FillNtpTrackTime(), UberModule::FillNtpTrackTime(), NtpSRModule::FillNtpTrackTime(), Anp::DrawSpan::FindSpan(), AlgAtmosShowerList::FormDummyTracks(), Anp::FillShortVar::Get(), Anp::FillShortEvent::GetPlaneStrips(), NtpSRBleachFiller::GetstraightPHFraction(), Anp::FillShortVar::GetTrackMap(), KeyFromPlane(), Reco::ByPlane::operator()(), Anp::FillSnarl::Run(), and Anp::FillMuonId::Select(). 00115 {
00116 return cdh.GetPlexSEIdAltL().GetPlane();
00117 }
|
|
|
Definition at line 39 of file Helpers.cxx. References CandDigitHandle::GetChannelId(), and RawChannelId::GetCrate(). 00040 {
00041 return cdh->GetChannelId().GetCrate();
00042 }
|
|
|
Definition at line 33 of file Helpers.cxx. References CandDigitHandle::GetTime(). 00034 {
00035 return cdh->GetTime();
00036 }
|
|
|
Definition at line 23 of file Helpers.cxx. References GetBestEnd(). 00024 {
00025 return GetBestEnd(*cdh);
00026 }
|
|
|
Definition at line 13 of file Helpers.cxx. References GetPlane(). 00014 {
00015 return GetPlane(*cdh);
00016 }
|
|
|
Definition at line 18 of file Helpers.cxx. References GetBestStrip(). 00019 {
00020 return GetBestStrip(*cdh);
00021 }
|
|
|
Definition at line 28 of file Helpers.cxx. References PlexSEIdAltL::GetBestItem(), CandDigitHandle::GetPlexSEIdAltL(), and PlexSEIdAltLItem::GetTime(). 00029 {
00030 return cdh->GetPlexSEIdAltL().GetBestItem().GetTime();
00031 }
|
|
|
Definition at line 44 of file Helpers.cxx. References CandDigitHandle::GetChannelId(), and RawChannelId::GetVarcId(). 00045 {
00046 return cdh->GetChannelId().GetVarcId();
00047 }
|
1.3.9.1