ATLAS Offline Software
Loading...
Searching...
No Matches
MuonValidation_CreateSlides_config Namespace Reference

Variables

str texfile = 'muon_validation.tex'
str RefVersion = 'ttbar'
str TestVersion = 'Zprime'
str RefDataset = 'r6059'
str TestDataset = 'r6059'
str RefDescription = ''
str TestDescription = ''
str Title = 'Muon Validation of {0}'.format( TestVersion, RefVersion )
str Subtitle = ''
str Author = 'Me'
str ShortAuthor = 'Me'
str Institute = 'CERN'
str ShortInstitute = 'CERN'
str Date = r'\today'
str ShortTitle = r'\textcolor{red}{Test: %s} \textcolor{black}{Ref: %s}'%( TestVersion, RefVersion )
str Intro = ''
list Summary = []
 PlotPages = OrderedDict()
 list of plots to go into each page.
dict PlotComments = {}

Variable Documentation

◆ Author

str MuonValidation_CreateSlides_config.Author = 'Me'

Definition at line 22 of file MuonValidation_CreateSlides_config.py.

◆ Date

str MuonValidation_CreateSlides_config.Date = r'\today'

Definition at line 26 of file MuonValidation_CreateSlides_config.py.

◆ Institute

str MuonValidation_CreateSlides_config.Institute = 'CERN'

Definition at line 24 of file MuonValidation_CreateSlides_config.py.

◆ Intro

str MuonValidation_CreateSlides_config.Intro = ''

Definition at line 31 of file MuonValidation_CreateSlides_config.py.

◆ PlotComments

dict MuonValidation_CreateSlides_config.PlotComments = {}

Definition at line 47 of file MuonValidation_CreateSlides_config.py.

◆ PlotPages

MuonValidation_CreateSlides_config.PlotPages = OrderedDict()

list of plots to go into each page.

the dict key is the title for each page each plot should be entered as path/to/hist/histname The pages will appear in the order given here macro is setup to handle 2 or 3 plots per page only

Definition at line 46 of file MuonValidation_CreateSlides_config.py.

◆ RefDataset

str MuonValidation_CreateSlides_config.RefDataset = 'r6059'

Definition at line 14 of file MuonValidation_CreateSlides_config.py.

◆ RefDescription

str MuonValidation_CreateSlides_config.RefDescription = ''

Definition at line 16 of file MuonValidation_CreateSlides_config.py.

◆ RefVersion

str MuonValidation_CreateSlides_config.RefVersion = 'ttbar'

Definition at line 12 of file MuonValidation_CreateSlides_config.py.

◆ ShortAuthor

str MuonValidation_CreateSlides_config.ShortAuthor = 'Me'

Definition at line 23 of file MuonValidation_CreateSlides_config.py.

◆ ShortInstitute

str MuonValidation_CreateSlides_config.ShortInstitute = 'CERN'

Definition at line 25 of file MuonValidation_CreateSlides_config.py.

◆ ShortTitle

str MuonValidation_CreateSlides_config.ShortTitle = r'\textcolor{red}{Test: %s} \textcolor{black}{Ref: %s}'%( TestVersion, RefVersion )

Definition at line 28 of file MuonValidation_CreateSlides_config.py.

◆ Subtitle

str MuonValidation_CreateSlides_config.Subtitle = ''

Definition at line 21 of file MuonValidation_CreateSlides_config.py.

◆ Summary

list MuonValidation_CreateSlides_config.Summary = []

Definition at line 34 of file MuonValidation_CreateSlides_config.py.

◆ TestDataset

str MuonValidation_CreateSlides_config.TestDataset = 'r6059'

Definition at line 15 of file MuonValidation_CreateSlides_config.py.

◆ TestDescription

str MuonValidation_CreateSlides_config.TestDescription = ''

Definition at line 17 of file MuonValidation_CreateSlides_config.py.

◆ TestVersion

str MuonValidation_CreateSlides_config.TestVersion = 'Zprime'

Definition at line 13 of file MuonValidation_CreateSlides_config.py.

◆ texfile

str MuonValidation_CreateSlides_config.texfile = 'muon_validation.tex'

Definition at line 9 of file MuonValidation_CreateSlides_config.py.

◆ Title

str MuonValidation_CreateSlides_config.Title = 'Muon Validation of {0}'.format( TestVersion, RefVersion )

Definition at line 20 of file MuonValidation_CreateSlides_config.py.