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/Event.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 , ACTIVE_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 27 of file TrigScintDigiProducer.h.

27 {
28 UPSTREAM_TAGGER = 1,
29 UPSTREAM_TARGET,
30 DOWNSTREAM_TARGET,
31 ACTIVE_TARGET,
32 NUM_SECTIONS
33};