LDMX Software
Classes | Enumerations
TrigScintQIEDigiProducer.h File Reference

Class that simulates QIE chip of the trigger scintillator. More...

#include <time.h>
#include "TRandom3.h"
#include "DetDescr/TrigScintID.h"
#include "SimCore/Event/SimCalorimeterHit.h"
#include "TrigScint/Event/TrigScintHit.h"
#include "Framework/Configure/Parameters.h"
#include "Framework/EventProcessor.h"
#include "TrigScint/Event/TrigScintQIEDigis.h"
#include "TrigScint/SimQIE.h"

Go to the source code of this file.

Classes

class  trigscint::TrigScintQIEDigiProducer
 Class that simulates QIE chip of the trigger scintillator. 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 simulates QIE chip of the trigger scintillator.

Author
Niramay Gogate, Texas Tech University

Definition in file TrigScintQIEDigiProducer.h.

Enumeration Type Documentation

◆ TrigScintSection

enum trigscint::TrigScintSection

Definition at line 37 of file TrigScintQIEDigiProducer.h.

37 {
38 UPSTREAM_TAGGER = 1,
39 UPSTREAM_TARGET,
40 DOWNSTREAM_TARGET,
41 NUM_SECTIONS
42};