CMS 3D CMS Logo

Functions
main.cc File Reference

Go to the source code of this file.

Functions

void bcvegpy_ ()
 
int main ()
 main function: if no arguments are specified a default list of arguments is used, otherwise a total of 9 arguments are required: More...
 

Function Documentation

void bcvegpy_ ( )

Referenced by main().

main ( )

main function: if no arguments are specified a default list of arguments is used, otherwise a total of 9 arguments are required:

Parameters
IOVliststring containing the list of IOVs separated by a ","
labelsstring containing labels that must be part of the input files
Yearstring containing the year of the studied runs (needed to retrieve the lumi-per-run file)
pathtoDMRsstring containing the path to the directory where the DMRs are stored
geometrieandcoloursstring containing the list of geometries and colors in the following way name1:color1,name2:color2 etc.
outputdirectorystring containing the output directory for the plots
pixelupdateliststring containing the list of pixelupdates separated by a ","
showpixelupdateboolean that if set to true will allow to plot vertical lines in the canvas corresponding to the pixel updates
showlumiboolean, if set to false the trends will be presented in function of the run (IOV) number, if set to true the luminosity is used on the x axis
FORCE//!< boolean, if set to true the plots will be made regardless of possible errors. Eventual errors while running the code will be ignored and just warnings will appear in the output.

Definition at line 6 of file main.cc.

References bcvegpy_().

7 {
8  bcvegpy_();
9  return 1;
10 }
void bcvegpy_()