CMS 3D CMS Logo

Typedefs | Functions

/data/refman/pasoursint/CMSSW_5_3_3/src/HLTrigger/HLTcore/src/HLTConfigProvider.cc File Reference

#include "HLTrigger/HLTcore/interface/HLTConfigProvider.h"
#include "FWCore/Utilities/interface/RegexMatch.h"
#include "FWCore/Utilities/interface/ThreadSafeRegistry.h"
#include "FWCore/ParameterSet/interface/Registry.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/LuminosityBlock.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/Provenance/interface/ProcessHistory.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include <boost/regex.hpp>

Go to the source code of this file.

Typedefs

typedef
edm::detail::ThreadSafeRegistry
< edm::ParameterSetID,
HLTConfigData
HLTConfigDataRegistry

Functions

static const HLTConfigDatas_dummyHLTConfigData ()
static const bool useL1EventSetup (true)
static const bool useL1GtTriggerMenuLite (false)

Typedef Documentation

Definition at line 25 of file HLTConfigProvider.cc.


Function Documentation

static const HLTConfigData* s_dummyHLTConfigData ( ) [static]

Definition at line 31 of file HLTConfigProvider.cc.

Referenced by HLTConfigProvider::clear(), HLTConfigProvider::getDataFrom(), and HLTConfigProvider::init().

{ static HLTConfigData dummyHLTConfigData;
  return &dummyHLTConfigData;
}
static const bool useL1EventSetup ( true  ) [static]
static const bool useL1GtTriggerMenuLite ( false  ) [static]