Project
Loading...
Searching...
No Matches
o2::mid::ChamberEfficiencyResponse Class Reference

#include <ChamberEfficiencyResponse.h>

Public Member Functions

 ChamberEfficiencyResponse (const ChamberEfficiency &efficiencyMap)
 
virtual ~ChamberEfficiencyResponse ()=default
 
bool isEfficient (int deId, int columnId, int line, bool &isEfficientBP, bool &isEfficientNBP)
 
void setSeed (unsigned int seed)
 Sets the seed.
 
void setFromCounters (const std::vector< ChEffCounter > &counters)
 Sets the chamber efficiency from the counters.
 

Detailed Description

Definition at line 28 of file ChamberEfficiencyResponse.h.

Constructor & Destructor Documentation

◆ ChamberEfficiencyResponse()

o2::mid::ChamberEfficiencyResponse::ChamberEfficiencyResponse ( const ChamberEfficiency efficiencyMap)

Constructor

Definition at line 24 of file ChamberEfficiencyResponse.cxx.

◆ ~ChamberEfficiencyResponse()

virtual o2::mid::ChamberEfficiencyResponse::~ChamberEfficiencyResponse ( )
virtualdefault

Member Function Documentation

◆ isEfficient()

bool o2::mid::ChamberEfficiencyResponse::isEfficient ( int  deId,
int  columnId,
int  line,
bool &  isEfficientBP,
bool &  isEfficientNBP 
)
deId Detection element ID
columnId Column ID
line line of the local board in the RPC
isEfficientBP The BP was efficient
isEfficientNBP The NBP was efficient
Returns true if the chamber is efficient

Definition at line 30 of file ChamberEfficiencyResponse.cxx.

◆ setFromCounters()

void o2::mid::ChamberEfficiencyResponse::setFromCounters ( const std::vector< ChEffCounter > &  counters)
inline

Sets the chamber efficiency from the counters.

Definition at line 40 of file ChamberEfficiencyResponse.h.

◆ setSeed()

void o2::mid::ChamberEfficiencyResponse::setSeed ( unsigned int  seed)
inline

Sets the seed.

Definition at line 37 of file ChamberEfficiencyResponse.h.


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