CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
FastTimerService.cc File Reference
#include <cmath>
#include <limits>
#include <iostream>
#include <iomanip>
#include <string>
#include <sstream>
#include <unordered_set>
#include <unordered_map>
#include <boost/format.hpp>
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/LuminosityBlock.h"
#include "FWCore/Framework/interface/TriggerNamesService.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Utilities/interface/StreamID.h"
#include "DataFormats/Common/interface/HLTPathStatus.h"
#include "DataFormats/Provenance/interface/EventID.h"
#include "DataFormats/Provenance/interface/Timestamp.h"
#include "DataFormats/Provenance/interface/ModuleDescription.h"
#include "DataFormats/Scalers/interface/LumiScalers.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include "DQMServices/Core/interface/MonitorElement.h"
#include "HLTrigger/Timer/interface/FastTimerService.h"

Go to the source code of this file.

Functions

static void fill_dups (std::vector< std::string > &dups, unsigned int size)
 

Function Documentation

static void fill_dups ( std::vector< std::string > &  dups,
unsigned int  size 
)
static

Definition at line 39 of file FastTimerService.cc.

References cmsPerfStripChart::format, i, and findQualityFiles::size.

Referenced by FastTimerService::preStreamBeginRun().

39  {
40  dups.reserve(size);
41  for (unsigned int i = dups.size(); i < size; ++i)
42  dups.push_back( (boost::format("(dup.) (%d)") % i).str() );
43 }
int i
Definition: DBlmapReader.cc:9
string format
Some error handling for the usage.
tuple size
Write out results.