CMS 3D CMS Logo

Functions
blank.cc File Reference
#include "FWCore/Utilities/interface/InputTag.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/PatCandidates/interface/Jet.h"
#include "PhysicsTools/FWLite/interface/EventContainer.h"
#include "PhysicsTools/FWLite/interface/CommandLineParser.h"
#include "TROOT.h"

Go to the source code of this file.

Functions

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

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:

Definition at line 22 of file blank.cc.

23 {
25  // ////////////////////////// //
26  // // Command Line Options // //
27  // ////////////////////////// //
29 
30 
31  // Tell people what this analysis code does and setup default options.
33 
35  // Change any defaults or add any new command //
36  // line options you would like here. //
38 
39  // Parse the command line arguments
40  parser.parseArguments (argc, argv);
41 
43  // //////////////////////////// //
44  // // Create Event Container // //
45  // //////////////////////////// //
47 
48  // This object 'event' is used both to get all information from the
49  // event as well as to store histograms, etc.
50  fwlite::EventContainer eventCont (parser);
51 
53  // ////////////////////////////////// //
54  // // Begin Run // //
55  // // (e.g., book histograms, etc) // //
56  // ////////////////////////////////// //
58 
59  // Setup a style
60  gROOT->SetStyle ("Plain");
61 
62  // Book those histograms!
63 
65  // //////////////// //
66  // // Event Loop // //
67  // //////////////// //
69 
70  for (eventCont.toBegin(); ! eventCont.atEnd(); ++eventCont)
71  {
73  // Take What We Need From Event //
75  } // for eventCont
76 
77 
79  // ////////////////// //
80  // // Clean Up Job // //
81  // ////////////////// //
83 
84  // Histograms will be automatically written to the root file
85  // specificed by command line options.
86 
87  // All done! Bye bye.
88  return 0;
89 }

References dir2webdir::argc, cmsBatch::argv, fwlite::EventContainer::atEnd(), writedatasetfile::parser, and fwlite::EventContainer::toBegin().

cmsBatch.argv
argv
Definition: cmsBatch.py:279
dir2webdir.argc
argc
Definition: dir2webdir.py:39
writedatasetfile.parser
parser
Definition: writedatasetfile.py:7
fwlite::EventContainer
Definition: EventContainer.h:21
optutl::CommandLineParser
Definition: CommandLineParser.h:10