LDMX Software
Classes | Enumerations
TrigScintDigiProducer.h File Reference

Class that performs digitization of simulated trigger sctintillator. More...

#include "TRandom3.h"
#include "DetDescr/TrigScintID.h"
#include "Recon/Event/EventConstants.h"
#include "SimCore/Event/SimCalorimeterHit.h"
#include "Tools/NoiseGenerator.h"
#include "TrigScint/Event/TrigScintHit.h"
#include "Framework/Configure/Parameters.h"
#include "Framework/EventProcessor.h"

Go to the source code of this file.

Classes

class  trigscint::TrigScintDigiProducer
 Performs digitization of simulated Trigger Scintillator data. More...
 

Enumerations

enum  TrigScintSection {
  UPSTREAM_TAGGER = 1 , UPSTREAM_TARGET , DOWNSTREAM_TARGET , NUM_SECTIONS ,
  UPSTREAM_TAGGER = 1 , UPSTREAM_TARGET , DOWNSTREAM_TARGET , NUM_SECTIONS
}
 

Detailed Description

Class that performs digitization of simulated trigger sctintillator.

Author
Andrew Whitbeck, TTU

Definition in file TrigScintDigiProducer.h.

Enumeration Type Documentation

◆ TrigScintSection

enum trigscint::TrigScintSection

Definition at line 30 of file TrigScintDigiProducer.h.

30 {
31 UPSTREAM_TAGGER = 1,
32 UPSTREAM_TARGET,
33 DOWNSTREAM_TARGET,
34 NUM_SECTIONS
35};