CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros | Typedefs | Functions
Phase1PixelSummaryMap.h File Reference
#include "TArrow.h"
#include "TCanvas.h"
#include "TGraph.h"
#include "TH1.h"
#include "TH2.h"
#include "TH2Poly.h"
#include "TLatex.h"
#include "TStyle.h"
#include <fmt/printf.h>
#include <fstream>
#include <memory>
#include <boost/tokenizer.hpp>
#include <boost/range/adaptor/indexed.hpp>
#include "FWCore/ParameterSet/interface/FileInPath.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "CalibTracker/StandaloneTrackerTopology/interface/StandaloneTrackerTopology.h"

Go to the source code of this file.

Classes

class  Phase1PixelSummaryMap
 

Namespaces

 Ph1PMapSummaryHelper
 

Macros

#define LOGDEBUG(x)   LogDebug(x)
 
#define LOGINFO(x)   edm::LogInfo(x)
 
#define LOGPRINT(x)   edm::LogPrint(x)
 

Typedefs

using indexedCorners = std::map< unsigned int, std::pair< std::vector< float >, std::vector< float >>>
 

Functions

std::vector< std::string > Ph1PMapSummaryHelper::tokenize (std::string line, char delimiter)
 

Macro Definition Documentation

#define LOGDEBUG (   x)    LogDebug(x)

Definition at line 24 of file Phase1PixelSummaryMap.h.

#define LOGINFO (   x)    edm::LogInfo(x)

Definition at line 25 of file Phase1PixelSummaryMap.h.

#define LOGPRINT (   x)    edm::LogPrint(x)

Definition at line 26 of file Phase1PixelSummaryMap.h.

Typedef Documentation

using indexedCorners = std::map<unsigned int, std::pair<std::vector<float>, std::vector<float>>>

Definition at line 33 of file Phase1PixelSummaryMap.h.