added MusrRoot docu. Added 'Proposal Number' and 'Main Proposer' to the RunInfo.
This commit is contained in:
parent
dae9ef0ffb
commit
34872e043d
2
src/external/MusrRoot/MusrRoot.xsd
vendored
2
src/external/MusrRoot/MusrRoot.xsd
vendored
@ -100,6 +100,8 @@
|
||||
<xs:element name="Generic_Validator_URL" type="TString"/>
|
||||
<xs:element name="Specific_Validator_URL" type="TString"/>
|
||||
<xs:element name="Generator" type="TString"/>
|
||||
<xs:element name="Proposal Number" type="Int_t" minOccurs="0" maxOccurs="1"/>
|
||||
<xs:element name="Main Proposer" type="TString" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element name="File_Name" type="TString"/>
|
||||
<xs:element name="Run_Title" type="TString"/>
|
||||
<xs:element name="Run_Number" type="Int_t"/>
|
||||
|
2
src/external/MusrRoot/MusrRootLEM.xsd
vendored
2
src/external/MusrRoot/MusrRootLEM.xsd
vendored
@ -101,6 +101,8 @@
|
||||
<xs:element name="Generic_Validator_URL" type="TString"/>
|
||||
<xs:element name="Specific_Validator_URL" type="TString"/>
|
||||
<xs:element name="Generator" type="TString"/>
|
||||
<xs:element name="Proposal Number" type="Int_t" minOccurs="0" maxOccurs="1"/>
|
||||
<xs:element name="Main Proposer" type="TString" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element name="File_Name" type="TString"/>
|
||||
<xs:element name="Run_Title" type="TString"/>
|
||||
<xs:element name="Run_Number" type="Int_t"/>
|
||||
|
4
src/external/MusrRoot/TMusrRunHeader.cpp
vendored
4
src/external/MusrRoot/TMusrRunHeader.cpp
vendored
@ -246,11 +246,13 @@ void TMusrRunHeader::Init(TString fileName)
|
||||
TMusrRunPhysicalQuantity prop;
|
||||
|
||||
fFileName = fileName;
|
||||
fVersion = TString("$Id: TMusrRunHeader.cpp 5092 2012-03-13 07:47:00Z nemu $");
|
||||
fVersion = TString("git-sha: dae9ef0ffba4");
|
||||
Set("RunInfo/Version", fVersion);
|
||||
Set("RunInfo/Generic Validator URL", "http://lmu.web.psi.ch/facilities/software/MusrRoot/validation/MusrRoot.xsd");
|
||||
Set("RunInfo/Specific Validator URL", "n/a");
|
||||
Set("RunInfo/Generator", "n/a");
|
||||
Set("RunInfo/Proposal Number", -1);
|
||||
Set("RunInfo/Main Proposer", "n/a");
|
||||
Set("RunInfo/File Name", "n/a");
|
||||
Set("RunInfo/Run Title", "n/a");
|
||||
Set("RunInfo/Run Number", -1);
|
||||
|
BIN
src/external/MusrRoot/doc/MusrRootDefinition.pdf
vendored
Normal file
BIN
src/external/MusrRoot/doc/MusrRootDefinition.pdf
vendored
Normal file
Binary file not shown.
1031
src/external/MusrRoot/doc/MusrRootDefinition.tex
vendored
Normal file
1031
src/external/MusrRoot/doc/MusrRootDefinition.tex
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
src/external/MusrRoot/doc/MusrRootRunHeaderCartoon.jpg
vendored
Normal file
BIN
src/external/MusrRoot/doc/MusrRootRunHeaderCartoon.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 142 KiB |
BIN
src/external/MusrRoot/doc/MusrRootValidationScheme.pdf
vendored
Normal file
BIN
src/external/MusrRoot/doc/MusrRootValidationScheme.pdf
vendored
Normal file
Binary file not shown.
BIN
src/external/MusrRoot/doc/PSI-Logo_narrow_blau.jpg
vendored
Normal file
BIN
src/external/MusrRoot/doc/PSI-Logo_narrow_blau.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
BIN
src/external/MusrRoot/doc/root-class-browser.jpg
vendored
Normal file
BIN
src/external/MusrRoot/doc/root-class-browser.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 244 KiB |
Loading…
x
Reference in New Issue
Block a user