Project
Loading...
Searching...
No Matches
o2::ecal::Digitizer Class Reference

#include <Digitizer.h>

Public Member Functions

 Digitizer ()
 
 ~Digitizer ()=default
 
 Digitizer (const Digitizer &)=delete
 
Digitizeroperator= (const Digitizer &)=delete
 
void init ()
 
void finish ()
 
void processHits (const std::vector< Hit > *mHits, std::vector< Digit > &digits, o2::dataformats::MCTruthContainer< MCLabel > &labels, int collId)
 
void setThreshold (double threshold)
 
void setSmearCrystal (bool smearCrystal)
 
void setSamplingFraction (double fraction)
 
void setCrystalPePerGeV (double pePerGeV)
 

Detailed Description

Definition at line 33 of file Digitizer.h.

Constructor & Destructor Documentation

◆ Digitizer() [1/2]

Digitizer::Digitizer ( )

Definition at line 29 of file Digitizer.cxx.

◆ ~Digitizer()

o2::ecal::Digitizer::~Digitizer ( )
default

◆ Digitizer() [2/2]

o2::ecal::Digitizer::Digitizer ( const Digitizer )
delete

Member Function Documentation

◆ finish()

void o2::ecal::Digitizer::finish ( )
inline

Definition at line 41 of file Digitizer.h.

◆ init()

void o2::ecal::Digitizer::init ( )
inline

Definition at line 40 of file Digitizer.h.

◆ operator=()

Digitizer & o2::ecal::Digitizer::operator= ( const Digitizer )
delete

◆ processHits()

void Digitizer::processHits ( const std::vector< Hit > *  mHits,
std::vector< Digit > &  digits,
o2::dataformats::MCTruthContainer< MCLabel > &  labels,
int  collId 
)

Definition at line 36 of file Digitizer.cxx.

◆ setCrystalPePerGeV()

void o2::ecal::Digitizer::setCrystalPePerGeV ( double  pePerGeV)
inline

Definition at line 46 of file Digitizer.h.

◆ setSamplingFraction()

void o2::ecal::Digitizer::setSamplingFraction ( double  fraction)
inline

Definition at line 45 of file Digitizer.h.

◆ setSmearCrystal()

void o2::ecal::Digitizer::setSmearCrystal ( bool  smearCrystal)
inline

Definition at line 44 of file Digitizer.h.

◆ setThreshold()

void o2::ecal::Digitizer::setThreshold ( double  threshold)
inline

Definition at line 43 of file Digitizer.h.


The documentation for this class was generated from the following files: