Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46415
b: "refs/heads/CMSSW_7_1_X"
c: 3f1d47b
h: "refs/heads/CMSSW_7_1_X"
i:
  46413: d609c6b
  46411: d052622
  46407: 4f9754a
  46399: 96f4a39
v: v3
  • Loading branch information
Dmytro Kovalskyi committed Jun 24, 2008
1 parent cf4d24e commit 45c6ac6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: ac155dadd83efa75cad55c0508a57a2b9dd3d66c
"refs/heads/CMSSW_7_1_X": 7843702dcb5056cc3d8477a93977aa965286ef9f
"refs/heads/CMSSW_7_1_X": 3f1d47b47e5aa7e985d68976ba7667e28eeba0fe
12 changes: 7 additions & 5 deletions trunk/Fireworks/Core/src/CmsShowMain.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Original Author:
// Created: Mon Dec 3 08:38:38 PST 2007
// $Id: CmsShowMain.cc,v 1.6 2008/06/23 15:51:58 chrjones Exp $
// $Id: CmsShowMain.cc,v 1.7 2008/06/23 23:01:10 dmytro Exp $
//

// system include files
Expand Down Expand Up @@ -91,7 +91,7 @@ CmsShowMain::CmsShowMain(int argc, char *argv[]) :
m_changeManager.get(),
false)),
m_viewManager( new FWViewManagerManager(m_changeManager.get())),
m_textView(new FWTextView(this, &*m_selectionManager, &*m_guiManager))
m_textView(0)
// m_configFileName(iConfigFileName)
{
namespace po = boost::program_options;
Expand Down Expand Up @@ -133,7 +133,9 @@ CmsShowMain::CmsShowMain(int argc, char *argv[]) :
m_geomFileName = "cmsGeom10.root";
}
bool debugMode = vm.count("debug");


// if ( debugMode )
m_textView = std::auto_ptr<FWTextView>( new FWTextView(this, &*m_selectionManager, &*m_guiManager) );

printf("Input: %s\n", m_inputFileName.c_str());
printf("Config: %s\n", m_configFileName.c_str());
Expand Down Expand Up @@ -265,8 +267,8 @@ CmsShowMain::CmsShowMain(int argc, char *argv[]) :
FWPhysicsObjectDesc mets("METs",
TClass::GetClass("reco::CaloMETCollection"),
"METs",
FWDisplayProperties(kCyan),
"met",
FWDisplayProperties(kRed),
"metNoHF",
"",
"",
"",
Expand Down

0 comments on commit 45c6ac6

Please sign in to comment.