ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LArPedestalP Class Reference

#include <LArPedestalP.h>

Collaboration diagram for LArPedestalP:

Public Member Functions

 LArPedestalP ()
 
bool isEmpty () const
 

Public Attributes

std::vector< float > m_vPedestal
 
std::vector< float > m_vPedestalRMS
 

Detailed Description

Definition at line 11 of file LArPedestalP.h.

Constructor & Destructor Documentation

◆ LArPedestalP()

LArPedestalP::LArPedestalP ( )
inline

Definition at line 14 of file LArPedestalP.h.

14 {}

Member Function Documentation

◆ isEmpty()

bool LArPedestalP::isEmpty ( ) const
inline

Definition at line 15 of file LArPedestalP.h.

15 { return (m_vPedestal.size() == 0); }

Member Data Documentation

◆ m_vPedestal

std::vector<float> LArPedestalP::m_vPedestal

Definition at line 16 of file LArPedestalP.h.

◆ m_vPedestalRMS

std::vector<float> LArPedestalP::m_vPedestalRMS

Definition at line 17 of file LArPedestalP.h.


The documentation for this class was generated from the following file:
LArPedestalP::m_vPedestal
std::vector< float > m_vPedestal
Definition: LArPedestalP.h:16