Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23575
b: "refs/heads/CMSSW_7_0_X"
c: 3d77623
h: "refs/heads/CMSSW_7_0_X"
i:
  23573: 416cbbb
  23571: 28947f0
  23567: 4c1a571
  • Loading branch information
Giuseppe Della Ricca committed Apr 25, 2007
1 parent 82c9dfb commit 3f05107
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
"refs/heads/CMSSW_7_0_X": 88db3f9814f19d22107161b3a340198e83f17a8f
"refs/heads/CMSSW_7_0_X": 3d7762320c59bb9e7861bb486a2f3c00d34fcd99
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* \file EcalBarrelMonitorClient.cc
*
* $Date: 2007/04/11 05:55:50 $
* $Revision: 1.252 $
* $Date: 2007/04/11 06:21:38 $
* $Revision: 1.253 $
* \author G. Della Ricca
* \author F. Cossutti
*
Expand Down Expand Up @@ -281,13 +281,14 @@ void EcalBarrelMonitorClient::initialize(const ParameterSet& ps){
serverPort_ = ps.getUntrackedParameter<int>("serverPort", 9900);

if ( enableServer_ ) {
cout << " enableServer switch is ON" << endl;
if ( enableMonitorDaemon_ && hostPort_ != serverPort_ ) {
cout << " Forcing the same port for Collector and Server" << endl;
serverPort_ = hostPort_;
}
cout << " Server on port '" << serverPort_ << "' is ON" << endl;
cout << " Running server on port '" << serverPort_ << "'" << endl;
} else {
cout << " Server is OFF" << endl;
cout << " enableServer switch is OFF" << endl;
}

// vector of selected Super Modules (Defaults to all 36).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* \file EcalEndcapMonitorClient.cc
*
* $Date: 2007/04/11 05:55:52 $
* $Revision: 1.9 $
* $Date: 2007/04/11 06:21:41 $
* $Revision: 1.10 $
* \author G. Della Ricca
* \author F. Cossutti
*
Expand Down Expand Up @@ -281,13 +281,14 @@ void EcalEndcapMonitorClient::initialize(const ParameterSet& ps){
serverPort_ = ps.getUntrackedParameter<int>("serverPort", 9900);

if ( enableServer_ ) {
cout << " enableServer switch is ON" << endl;
if ( enableMonitorDaemon_ && hostPort_ != serverPort_ ) {
cout << " Forcing the same port for Collector and Server" << endl;
serverPort_ = hostPort_;
}
cout << " Server on port '" << serverPort_ << "' is ON" << endl;
cout << " Running server on port '" << serverPort_ << "'" << endl;
} else {
cout << " Server is OFF" << endl;
cout << " enableServer switch is OFF" << endl;
}

// vector of selected Super Modules (Defaults to all 36).
Expand Down

0 comments on commit 3f05107

Please sign in to comment.