CMS 3D CMS Logo

Functions
EcalCondDBWriter.cc File Reference
#include <memory>
#include "DQM/EcalMonitorDbModule/interface/EcalCondDBWriter.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "TObjArray.h"
#include "TPRegexp.h"
#include "TString.h"

Go to the source code of this file.

Functions

bool getBit (int &_bitArray, unsigned _iBit)
 
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< EcalCondDBWriter > > s_filler_0__LINE__ ("EcalCondDBWriter")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< EcalCondDBWriter > > s_maker__LINE__ ("EcalCondDBWriter")
 
void setBit (int &_bitArray, unsigned _iBit)
 

Function Documentation

◆ getBit()

bool getBit ( int &  _bitArray,
unsigned  _iBit 
)

◆ s_filler_0__LINE__()

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< EcalCondDBWriter > > s_filler_0__LINE__ ( "EcalCondDBWriter"  )
static

◆ s_maker__LINE__()

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< EcalCondDBWriter > > s_maker__LINE__ ( "EcalCondDBWriter"  )
static

◆ setBit()

void setBit ( int &  _bitArray,
unsigned  _iBit 
)

Definition at line 17 of file EcalCondDBWriter.cc.

Referenced by SimplePlan1RechitCombiner::combineAuxInfo(), EcalCondDBWriter::dqmEndJob(), and HBHERecHitAuxSetter::setAux().

17 { _bitArray |= (0x1 << _iBit); }