CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
PickEvents.cc File Reference
#include <memory>
#include <iostream>
#include <fstream>
#include <vector>
#include <sstream>
#include <limits>
#include <assert.h>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDFilter.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/FileInPath.h"
#include "DataFormats/Provenance/interface/LuminosityBlockRange.h"

Go to the source code of this file.

Classes

class  PickEvents
 

Functions

bool orderLuminosityBlockRange (edm::LuminosityBlockRange u, edm::LuminosityBlockRange v)
 
static const
edm::ParameterSetDescriptionFillerPluginFactory::PMaker
< edm::ParameterSetDescriptionFiller
< PickEvents > > 
s_filler__LINE__ ("PickEvents")
 
static const
edm::MakerPluginFactory::PMaker
< edm::WorkerMaker< PickEvents > > 
s_maker__LINE__ ("PickEvents")
 

Function Documentation

bool orderLuminosityBlockRange ( edm::LuminosityBlockRange  u,
edm::LuminosityBlockRange  v 
)

Definition at line 48 of file PickEvents.cc.

References edm::LuminosityBlockRange::startRun().

Referenced by PickEvents::beginJob().

48 { return ( u.startRun() < v.startRun() ); }
RunNumber_t startRun() const
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< PickEvents > > s_filler__LINE__ ( "PickEvents"  )
static
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< PickEvents > > s_maker__LINE__ ( "PickEvents"  )
static