CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
HLTConfigProvider.cc File Reference
#include "HLTrigger/HLTcore/interface/HLTConfigProvider.h"
#include "HLTrigger/HLTcore/interface/HLTConfigDataRegistry.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.

Functions

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

Function Documentation

static const HLTConfigData* s_dummyHLTConfigData ( )
static

Definition at line 28 of file HLTConfigProvider.cc.

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

29 { static HLTConfigData dummyHLTConfigData;
30  return &dummyHLTConfigData;
31 }
static const bool useL1EventSetup ( true  )
static
static const bool useL1GtTriggerMenuLite ( false  )
static