ATLAS Offline Software
Loading...
Searching...
No Matches
LArDigitalTriggMonAlg.cxx File Reference
#include "LArDigitalTriggMonAlg.h"
#include "Identifier/HWIdentifier.h"
#include "LArIdentifier/LArOnlineID.h"
#include "LArRawEvent/LArDigit.h"
#include "CaloGeoHelpers/CaloSampling.h"
#include "LArRawEvent/LArSCDigit.h"
#include "LArRawEvent/LArLATOMEHeaderContainer.h"
#include "CaloIdentifier/CaloCell_SuperCell_ID.h"
#include "CaloDetDescr/CaloDetDescrElement.h"
#include "LArTrigStreamMatching.h"
#include "LArCOOLConditions/LArPedestalSC.h"
#include <sstream>
#include <iomanip>
#include <cmath>
#include <vector>
#include <algorithm>
#include <set>

Go to the source code of this file.

Classes

struct  Digi_MonValues
struct  SC_MonValues

Functions

template<typename C>
bool isEmptyCont (C &c)

Function Documentation

◆ isEmptyCont()

template<typename C>
bool isEmptyCont ( C & c)

Definition at line 57 of file LArDigitalTriggMonAlg.cxx.

57 {
58 return (c.key().empty() || !c.isValid() || c->size()==0);
59}