CMS 3D CMS Logo

Functions
StraightTrackAlignment.cc File Reference
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "CondFormats/PPSObjects/interface/CTPPSRPAlignmentCorrectionsMethods.h"
#include "CondFormats/AlignmentRecord/interface/RPRealAlignmentRecord.h"
#include "Geometry/VeryForwardGeometryBuilder/interface/CTPPSGeometry.h"
#include "Geometry/Records/interface/VeryForwardRealGeometryRecord.h"
#include "CalibPPS/AlignmentRelative/interface/StraightTrackAlignment.h"
#include "CalibPPS/AlignmentRelative/interface/Utilities.h"
#include "CalibPPS/AlignmentRelative/interface/IdealResult.h"
#include "CalibPPS/AlignmentRelative/interface/JanAlignmentAlgorithm.h"
#include <set>
#include <unordered_set>
#include <vector>
#include <string>
#include "TDecompLU.h"
#include "TH1D.h"
#include "TFile.h"
#include "TGraph.h"
#include "TCanvas.h"

Go to the source code of this file.

Functions

TGraph * newGraph (const string &name, const string &title)
 

Function Documentation

◆ newGraph()

TGraph* newGraph ( const string &  name,
const string &  title 
)

Definition at line 46 of file StraightTrackAlignment.cc.

References g, Skims_PA_cff::name, and runGCPTkAlMap::title.

46  {
47  TGraph *g = new TGraph();
48  g->SetName(name.c_str());
49  g->SetTitle(title.c_str());
50  return g;
51 }
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4