All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
TriggerEmulationTree_module.cc File Reference
#include "icaruscode/PMT/Trigger/Utilities/TriggerResponseManager.h"
#include "sbnobj/Common/Trigger/ExtraTriggerInfo.h"
#include "lardataobj/RawData/TriggerData.h"
#include "lardataobj/Simulation/BeamGateInfo.h"
#include "art_root_io/TFileService.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "art/Framework/Core/EDAnalyzer.h"
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Principal/Event.h"
#include "canvas/Persistency/Provenance/EventID.h"
#include "canvas/Utilities/InputTag.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "fhiclcpp/types/TableAs.h"
#include "fhiclcpp/types/Sequence.h"
#include "fhiclcpp/types/Atom.h"
#include "TTree.h"
#include <vector>
#include <string>

Go to the source code of this file.

Classes

class  sbn::TriggerEmulationTree
 Fills a ROOT tree with trigger emulation results. More...
 
struct  sbn::TriggerEmulationTree::Config
 
struct  sbn::TriggerEmulationTree::Config::TriggerSpecConfig
 Information on a single trigger source for the tree. More...
 
struct  sbn::TriggerEmulationTree::BeamInfo_t
 Data structure for the beam gate data in the tree. More...
 
struct  sbn::TriggerEmulationTree::GlobalTriggerInfo_t
 Data structure for the global trigger data in the tree. More...
 

Namespaces

 sbn
 This module creates Common Analysis Files.
 

Functions

TriggerEmulationTree::TriggerInputSpec_t sbn::convert (TriggerEmulationTree::Config::TriggerSpecConfig const &config)
 

Detailed Description

Authors
Gianluca Petrillo (SLAC, petri.nosp@m.llo@.nosp@m.slac..nosp@m.stan.nosp@m.ford..nosp@m.edu)
Date
February 18, 2022

Borrowed from TriggerEmulationTree module used for trigger efficiency analysis in data.

Definition in file TriggerEmulationTree_module.cc.