CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
LaserAlignmentEventFilter.cc File Reference
#include "LaserAlignmentEventFilter.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/EventSetupRecordKey.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "CondFormats/SiStripObjects/interface/SiStripFedCabling.h"
#include "CondFormats/DataRecord/interface/SiStripFedCablingRcd.h"
#include "EventFilter/SiStripRawToDigi/interface/SiStripFEDBuffer.h"
#include <algorithm>

Go to the source code of this file.

Functions

template<typename T , typename U >
std::vector< Tcopy_and_sort_vector (std::vector< U > const &input)
 
static const
edm::ParameterSetDescriptionFillerPluginFactory::PMaker
< edm::ParameterSetDescriptionFiller
< LaserAlignmentEventFilter > > 
s_filler__LINE__ ("LaserAlignmentEventFilter")
 
static const
edm::MakerPluginFactory::PMaker
< edm::WorkerMaker
< LaserAlignmentEventFilter > > 
s_maker__LINE__ ("LaserAlignmentEventFilter")
 

Function Documentation

template<typename T , typename U >
std::vector<T> copy_and_sort_vector ( std::vector< U > const &  input)

Definition at line 19 of file LaserAlignmentEventFilter.cc.

References filterCSVwithJSON::copy, and python.multivaluedict::sort().

20 {
21  std::vector<T> copy(input.begin(), input.end());
22  std::sort(copy.begin(), copy.end());
23  return copy;
24 }
static std::string const input
Definition: EdmProvDump.cc:43
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< LaserAlignmentEventFilter > > s_filler__LINE__ ( "LaserAlignmentEventFilter"  )
static
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< LaserAlignmentEventFilter > > s_maker__LINE__ ( "LaserAlignmentEventFilter"  )
static