ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ElectronicResponse::AtNominalResponse Class Reference

Nominal response of GET electronics. More...

#include <AtElectronicResponse.h>

Inheritance diagram for ElectronicResponse::AtNominalResponse:
Inheritance graph
[legend]
Collaboration diagram for ElectronicResponse::AtNominalResponse:
Collaboration graph
[legend]

Public Member Functions

 AtNominalResponse (double peakingTime)
 Electric peaking time in us. More...
 
- Public Member Functions inherited from ElectronicResponse::AtElectronicResponse
virtual ~AtElectronicResponse ()=default
 
double operator() (double time) const
 
double operator() (int padNum, double time) const
 

Protected Member Functions

virtual double GetResponse (double time) const override
 
virtual double GetResponse (int padNum, double time) const override
 

Protected Attributes

double fPeakingTime
 

Detailed Description

Nominal response of GET electronics.

Definition at line 53 of file AtElectronicResponse.h.

Constructor & Destructor Documentation

◆ AtNominalResponse()

AtNominalResponse::AtNominalResponse ( double  peakingTime)

Electric peaking time in us.

Parameters
[in]peakingTimePeaking time of the electronics in us.

Definition at line 13 of file AtElectronicResponse.cxx.

Member Function Documentation

◆ GetResponse() [1/2]

double AtNominalResponse::GetResponse ( double  time) const
overrideprotectedvirtual

Implements ElectronicResponse::AtElectronicResponse.

Definition at line 15 of file AtElectronicResponse.cxx.

◆ GetResponse() [2/2]

virtual double ElectronicResponse::AtNominalResponse::GetResponse ( int  padNum,
double  time 
) const
inlineoverrideprotectedvirtual

Implements ElectronicResponse::AtElectronicResponse.

Definition at line 62 of file AtElectronicResponse.h.

Member Data Documentation

◆ fPeakingTime

double ElectronicResponse::AtNominalResponse::fPeakingTime
protected

Definition at line 55 of file AtElectronicResponse.h.


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