LDMX Software
TrigScintDigiProducer.h File Reference

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

#include <iostream>
#include <random>
#include "DetDescr/TrigScintID.h"
#include "Framework/Configure/Parameters.h"
#include "Framework/EventProcessor.h"
#include "Framework/Exception/Exception.h"
#include "Framework/RandomNumberSeedService.h"
#include "Recon/Event/EventConstants.h"
#include "SimCore/Event/SimCalorimeterHit.h"
#include "Tools/NoiseGenerator.h"
#include "TrigScint/Event/TrigScintHit.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
Tamas Almos Vami, UCSB

Definition in file TrigScintDigiProducer.h.

Enumeration Type Documentation

◆ TrigScintSection

enum trigscint::TrigScintSection

Definition at line 26 of file TrigScintDigiProducer.h.

26 {
27 UPSTREAM_TAGGER = 1,
28 UPSTREAM_TARGET,
29 DOWNSTREAM_TARGET,
30 NUM_SECTIONS
31};