CMS 3D CMS Logo

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 <array>
#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

◆ LOGDEBUG

#define LOGDEBUG (   x)    LogDebug(x)

Definition at line 25 of file Phase1PixelSummaryMap.h.

◆ LOGINFO

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

Definition at line 26 of file Phase1PixelSummaryMap.h.

◆ LOGPRINT

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

Definition at line 27 of file Phase1PixelSummaryMap.h.

Typedef Documentation

◆ indexedCorners

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

Definition at line 34 of file Phase1PixelSummaryMap.h.