CMS 3D CMS Logo

Classes | Functions
PickEvents.cc File Reference
#include <memory>
#include <iostream>
#include <fstream>
#include <vector>
#include <sstream>
#include <limits>
#include <cassert>
#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

◆ orderLuminosityBlockRange()

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

Definition at line 46 of file PickEvents.cc.

46  {
47  return (u.startRun() < v.startRun());
48 }

References edm::LuminosityBlockRange::startRun(), and findQualityFiles::v.

Referenced by PickEvents::beginJob().

◆ s_filler__LINE__()

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< PickEvents > > s_filler__LINE__ ( "PickEvents"  )
static

◆ s_maker__LINE__()

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< PickEvents > > s_maker__LINE__ ( "PickEvents"  )
static
findQualityFiles.v
v
Definition: findQualityFiles.py:179
edm::LuminosityBlockRange::startRun
RunNumber_t startRun() const
Definition: LuminosityBlockRange.h:48