CMS 3D CMS Logo

Typedefs | Functions
PatMuonFWLiteAnalyzer.cc File Reference
#include "PhysicsTools/PatExamples/interface/PatMuonAnalyzer.h"
#include "FWCore/ParameterSetReader/interface/ParameterSetReader.h"
#include "PhysicsTools/FWLite/interface/FWLiteAnalyzerWrapper.h"

Go to the source code of this file.

Typedefs

typedef fwlite::AnalyzerWrapper< PatMuonAnalyzerPatMuonFWLiteAnalyzer
 

Functions

int main (int argc, char *argv[])
 

Typedef Documentation

◆ PatMuonFWLiteAnalyzer

Definition at line 5 of file PatMuonFWLiteAnalyzer.cc.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

===============================================================================================================================================================================================


variant2: for each run define phi-averaged A for normalization channel (Dref,16) and then, divide Rijk on it, i.e. get RRijk




















































































eta=27

eta=25

eta=23

eta=22

eta=21

eta=26

eta=24

eta=19

eta=17

eta=25

eta=23

eta=22

eta=21

eta=26

eta=24

eta=20

eta=19

eta=18

eta=27 L1=1

eta=25 L1=1

eta=23 L1=1

eta=22 L1=1

eta=21 L1=1

eta=29 L1=1

eta=26 L1=1

eta=24 L1=1

eta=20 L1=1

eta=19 L1=1

eta=18 L1=1

eta=17 L1=1

eta=28 L7=1

eta=27 L7=1

eta=25 L7=1

eta=23 L7=1

eta=22 L7=1

eta=21 L7=1

eta=26 L7=1

eta=24 L7=1

eta=20 L7=1

eta=19 L7=1

eta=18 L7=1

eta=17 L7=1

eta=27

eta=25

eta=23

eta=22

eta=21

eta=26

eta=24

eta=19

eta=17

eta=25

eta=23

eta=22

eta=21

eta=26

eta=24

eta=20

eta=19

eta=18

eta=27 L1=1

eta=25 L1=1

eta=23 L1=1

eta=22 L1=1

eta=21 L1=1

eta=26 L1=1

eta=24 L1=1

eta=20 L1=1

eta=19 L1=1

eta=18 L1=1

eta=17 L1=1

eta=28 L7=1

eta=27 L7=1

eta=25 L7=1

eta=23 L7=1

eta=22 L7=1

eta=21 L7=1

eta=26 L7=1

eta=24 L7=1

eta=20 L7=1

eta=19 L7=1

eta=18 L7=1

eta=17 L7=1

eta=27

eta=28

errA with average Amplitudes

errA with average Amplitudes

errA with average Amplitudes

errA with average Amplitudes

Summed Amplitude Plots:





Summed Amplitude Plots:

Summed Amplitude Plots:

Summed Amplitude Plots:

Summed Amplitude Plots:

Summed Amplitude Plots:

RBX:

errA with average Amplitudes

errA with average Amplitudes

errA with average Amplitudes

errA with average Amplitudes

Summed Amplitude Plots:





Summed Amplitude Plots:

Summed Amplitude Plots:

Summed Amplitude Plots:

Summed Amplitude Plots:

Summed Amplitude Plots:

RBX:

errA with average Amplitudes

errA with average Amplitudes

errA with average Amplitudes

errA with average Amplitudes

Summed Amplitude Plots:





Summed Amplitude Plots:

Summed Amplitude Plots:

Summed Amplitude Plots:

Summed Amplitude Plots:

Summed Amplitude Plots:

RBX:

Prepare maps of good/bad channels:

Prepare maps of good/bad channels:

Prepare maps of good/bad channels:

Prepare maps of good/bad channels:


CALO JETS


PF JETS

Definition at line 7 of file PatMuonFWLiteAnalyzer.cc.

References fwlite::AnalyzerWrapper< T >::analyze(), dir2webdir::argc, GCPpyPlots::argv, fwlite::AnalyzerWrapper< T >::beginJob(), gather_cfg::cout, FWLiteEnabler::enable(), fwlite::AnalyzerWrapper< T >::endJob(), beamvalidation::exit(), edm::readPSetsFrom(), and AlCaHLTBitMon_QueryRunRegistry::string.

7  {
8  // load framework libraries
9  gSystem->Load("libFWCoreFWLite");
11 
12  // only allow one argument for this simple example which should be the
13  // the python cfg file
14  if (argc < 2) {
15  std::cout << "Usage : " << argv[0] << " [parameters.py]" << std::endl;
16  return 0;
17  }
18  if (!edm::readPSetsFrom(argv[1])->existsAs<edm::ParameterSet>("process")) {
19  std::cout << " ERROR: ParametersSet 'plot' is missing in your configuration file" << std::endl;
20  exit(0);
21  }
22 
23  PatMuonFWLiteAnalyzer ana(edm::readPSetsFrom(argv[1])->getParameter<edm::ParameterSet>("process"),
24  std::string("patMuonAnalyzer"),
25  std::string("patMuonAnalyzer"));
26  ana.beginJob();
27  ana.analyze();
28  ana.endJob();
29  return 0;
30 }
static void enable()
enable automatic library loading
std::unique_ptr< edm::ParameterSet > readPSetsFrom(std::string const &fileOrString)
def exit(msg="")