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

#include <LArOFCBinP.h>

Collaboration diagram for LArOFCBinP:

Public Types

enum  { ERRORCODE =-999 }
 

Public Member Functions

 LArOFCBinP ()
 
 LArOFCBinP (int b)
 
bool isEmpty () const
 

Public Attributes

int m_bin
 

Detailed Description

Definition at line 8 of file LArOFCBinP.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ERRORCODE 

Definition at line 14 of file LArOFCBinP.h.

14 {ERRORCODE=-999};

Constructor & Destructor Documentation

◆ LArOFCBinP() [1/2]

LArOFCBinP::LArOFCBinP ( )
inline

Definition at line 10 of file LArOFCBinP.h.

10 : m_bin(ERRORCODE) {}

◆ LArOFCBinP() [2/2]

LArOFCBinP::LArOFCBinP ( int  b)
inline

Definition at line 11 of file LArOFCBinP.h.

11 : m_bin(b) {}

Member Function Documentation

◆ isEmpty()

bool LArOFCBinP::isEmpty ( ) const
inline

Definition at line 12 of file LArOFCBinP.h.

12 {return (m_bin==ERRORCODE);};

Member Data Documentation

◆ m_bin

int LArOFCBinP::m_bin

Definition at line 13 of file LArOFCBinP.h.


The documentation for this class was generated from the following file:
LArOFCBinP::m_bin
int m_bin
Definition: LArOFCBinP.h:12
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
LArOFCBinP::ERRORCODE
@ ERRORCODE
Definition: LArOFCBinP.h:14