#include "art/Framework/Core/EDProducer.h"#include "art/Framework/Core/ModuleMacros.h"#include "art/Framework/Principal/Event.h"#include "art/Framework/Principal/Handle.h"#include "art/Framework/Principal/Run.h"#include "art/Framework/Principal/SubRun.h"#include "art/Framework/Services/Registry/ServiceHandle.h"#include "canvas/Utilities/InputTag.h"#include "fhiclcpp/ParameterSet.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "ifdh_art/IFBeamService/IFBeam_service.h"#include "art_root_io/TFileService.h"#include "lardataobj/RecoBase/TrackingTypes.h"#include "lardataobj/RecoBase/TrackTrajectory.h"#include "lardataobj/RecoBase/Track.h"#include "dunecore/DuneObj/ProtoDUNEBeamEvent.h"#include "dunecore/DuneObj/ProtoDUNEBeamSpill.h"#include "duneprototypes/Protodune/singlephase/CTB/data/pdspctb.h"#include "lardataobj/RawData/RDTimeStamp.h"#include "dunecore/DuneObj/ProtoDUNETimeStamp.h"#include <bitset>#include <iomanip>#include <utility>#include <algorithm>#include <limits>#include "TTree.h"#include "TH2F.h"#include "TVectorD.h"#include "TPolyMarker.h"Go to the source code of this file.
Classes | |
| class | proto::BeamEvent |
Namespaces | |
| proto | |
| General LArSoft Utilities. | |
Typedefs | |
| typedef std::numeric_limits< double > | dbl |
Enumerations | |
| enum | tofChan { k1A2A, k1B2A, k1A2B, k1B2B } |
| typedef std::numeric_limits< double > dbl |
Definition at line 52 of file BeamEvent_module.cc.
| enum tofChan |
| Enumerator | |
|---|---|
| k1A2A | |
| k1B2A | |
| k1A2B | |
| k1B2B | |
Definition at line 45 of file BeamEvent_module.cc.
1.8.11