Skip to content

Commit

Permalink
Switch: ! NoTFGLDbTag => TFGDbTag
Browse files Browse the repository at this point in the history
  • Loading branch information
fisyak committed Sep 11, 2024
1 parent 987442b commit 75eaec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion StRoot/StBFChain/BigFullChain.h
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ Bfc_st BFC[] = { // standard chains
{"NoLocalCintDb","" ,"","" ,"","","Switch off local Cint Db",kFALSE},
{"NoMySQLDb" ,"" ,"","" ,"","","Switch off MySQL Db",kFALSE},
{"NoCintCalDb" ,"" ,"","NoLocalCintDb" ,"","","Switch off local Cint Db",kFALSE},
{"NoTFGLDbTag" ,"" ,"","" ,"","","Switch off TFG specific Db tag",kFALSE},
{"TFGDbTag", "" ,"","" ,"","","Switch on TFG specific Db tag",kFALSE},
{"dbSnapshot" ,"" ,"","" ,"","","Create?use dbSnapshot",kFALSE},
{"NoEvent" ,"" ,"","-event,-analysis" ,"","","Switch Off StEvent and StAnalysis Makers",kFALSE},
{"MakeDoc" ,"" ,"","" ,"","","Make HTML documentation for the given Chain",kFALSE},
Expand Down
2 changes: 1 addition & 1 deletion StRoot/StBFChain/StBFChain.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Int_t StBFChain::Instantiate()
TString flavors = "ofl"; // default flavor for offline

// TFG specific Db tag
if (! GetOption("NoTFGLDbTag")) flavors += "+TFG";
if (GetOption("TFGDbTag")) flavors += "+TFG";
// fixed target flavor
if (GetOption("FXT")) flavors.Prepend("FXT+");

Expand Down

0 comments on commit 75eaec9

Please sign in to comment.