#include <cmath>#include <iostream>#include "TClonesArray.h"#include "CandNtupleSR/Module/NtpSRModule.h"#include "CandNtupleSR/Module/NtpSRBleachFiller.h"#include "CandNtupleSR/NtpSRRecord.h"#include "CandNtupleSR/NtpSRShieldStrip.h"#include "CandNtupleSR/NtpSRStrip.h"#include "CandNtupleSR/NtpSRSlice.h"#include "CandNtupleSR/NtpSRCluster.h"#include "CandNtupleSR/NtpSRShower.h"#include "CandNtupleSR/NtpSRSubShowerSummary.h"#include "CandNtupleSR/NtpSRTrack.h"#include "CandNtupleSR/NtpSREvent.h"#include "CandNtupleSR/NtpSRBleach.h"#include "CandNtupleSR/NtpSRWindow.h"#include "CandNtupleSR/NtpSRShieldExpected.h"#include "CandNtupleSR/NtpSRTimeStatus.h"#include "DatabaseInterface/DbiResultPtr.h"#include "MCNtuple/NtpMCRecord.h"#include "StandardNtuple/NtpStRecord.h"#include "MessageService/MsgService.h"#include "JobControl/JobCModuleRegistry.h"#include "JobControl/JobCommand.h"#include "MinosObjectMap/MomNavigator.h"#include "RawData/RawDigit.h"#include "RawData/RawRecord.h"#include "RawData/RawDaqSnarlHeader.h"#include "RawData/RawDigitDataBlock.h"#include "RawData/RawVtmTimeInfoBlock.h"#include "Record/RecCandHeader.h"#include "CandData/CandRecord.h"#include "CandData/CandHeader.h"#include "RecoBase/CandTrackListHandle.h"#include "RecoBase/CandTrackHandle.h"#include "RecoBase/CandStripListHandle.h"#include "RecoBase/CandStripHandle.h"#include "RecoBase/CandClusterListHandle.h"#include "RecoBase/CandClusterHandle.h"#include "RecoBase/CandSliceListHandle.h"#include "RecoBase/CandSliceHandle.h"#include "RecoBase/CandShowerListHandle.h"#include "RecoBase/CandShowerHandle.h"#include "RecoBase/CandEventListHandle.h"#include "RecoBase/CandEventHandle.h"#include "RecoBase/LinearFit.h"#include "RecoBase/PropagationVelocity.h"#include "CandShowerSR/CandShowerSRHandle.h"#include "CandSubShowerSR/CandSubShowerSRHandle.h"#include "CandSubShowerSR/CandSubShowerSRListHandle.h"#include "CandTrackSR/CandTrackSRHandle.h"#include "CandTrackSR/CandTrackSRListHandle.h"#include "CandFitTrackSR/CandFitTrackSRHandle.h"#include "CandFitTrackCam/CandFitTrackCamHandle.h"#include "Calibrator/Calibrator.h"#include "CandDigit/CandDeMuxDigitListHandle.h"#include "UgliGeometry/UgliGeomHandle.h"#include "Plex/PlexHandle.h"#include "Plex/PlexVetoShieldHack.h"#include "Plex/PlexPlaneId.h"#include "AstroUtil/Ast.h"#include "AstroUtil/AstTime.h"#include "AstroUtil/AstCoordinate.h"#include "Record/SimSnarlRecord.h"#include "Record/SimSnarlHeader.h"#include "CandShield/ShieldGeom.h"#include "CandShield/CandShieldSR.h"#include "CandShield/ShieldProj.h"#include "DcsUser/CoilStatus.h"#include "DcsUser/CoilTools.h"#include "DcsUser/BfldDbiCoilState.h"#include "DcsUser/DbuHvFromSingles.h"#include "DcsUser/Dcs_Mag_Near.h"#include "CandNtupleSR/NtpSRDataQuality.h"#include "CandNtupleSR/NtpSRDeadChip.h"#include "CandMorgue/CandDataQualityHandle.h"#include "CandMorgue/CandDeadChipHandle.h"#include "DataUtil/PlaneOutline.h"#include "DataUtil/MasterGeVPerMip.h"#include "DataUtil/GetRawBlock.h"#include <cassert>Go to the source code of this file.
Defines | |
| #define | FIRST_ND_SPECTROMETER_PLANE 121 |
| #define | FIRST_PINST_STRIP_U 0 |
| #define | LAST_PINST_STRIP_U 63 |
| #define | FIRST_FULL_PINST_STRIP_U 26 |
| #define | LAST_FULL_PINST_STRIP_U 89 |
| #define | FIRST_PINST_STRIP_V 4 |
| #define | LAST_PINST_STRIP_V 67 |
Functions | |
| CVSID ("$Id: NtpSRModule.cxx,v 1.137 2009/11/05 13:56:03 musser Exp $") | |
| JOBMODULE (NtpSRModule,"NtpSRModule","A module for filling SR ntuple records.") | |
|
|
Definition at line 95 of file NtpSRModule.cxx. Referenced by NtpSRModule::FillNtpWindow(). |
|
|
Definition at line 92 of file NtpSRModule.cxx. |
|
|
Definition at line 93 of file NtpSRModule.cxx. |
|
|
Definition at line 97 of file NtpSRModule.cxx. Referenced by NtpSRModule::FillNtpWindow(). |
|
|
Definition at line 96 of file NtpSRModule.cxx. |
|
|
Definition at line 94 of file NtpSRModule.cxx. |
|
|
Definition at line 98 of file NtpSRModule.cxx. |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
1.3.9.1